Hello all.
I was just wondering; is there a way to for example Return href from an extern website using JavaScript (if you know the ID of course) with:
but than from an extern Web-Page.
So I can use the HTML DOM for extern Websites? (off course I know it happens only on my PC since JavaScript is Client-Side.)
Thanx in Advance;
~ GuShe.
I was just wondering; is there a way to for example Return href from an extern website using JavaScript (if you know the ID of course) with:
| Code: |
| document.getElementById("style1").href |
but than from an extern Web-Page.
So I can use the HTML DOM for extern Websites? (off course I know it happens only on my PC since JavaScript is Client-Side.)
Thanx in Advance;
~ GuShe.
