value of .src does not update within iframe

R

Rohit

Hi,

I am trying to track links that are clicked on an "external" page that
resides within my iframe.

I am able get the INITIAL value of the iframe .src, however this value
does not update once the content has been updated by clicking the
external link. It keeps the original value of .src..

Please help!

Thanks.
 
R

Randy Webb

Rohit said the following on 5/25/2006 6:00 AM:
Hi,

I am trying to track links that are clicked on an "external" page that
resides within my iframe.

So, you steal someone elses content and put it into your IFrame.
I am able get the INITIAL value of the iframe .src, however this value
does not update once the content has been updated by clicking the
external link. It keeps the original value of .src..

Its called "Security".
 
R

Richard Cornford

Randy said:
Rohit said the following on 5/25/2006 6:00 AM:

Its called "Security".

Either that or standards complience, as the W3C HTML DOM defention of
the - src - property of the - HTMLIFrameElement - interface reads:-

src of type DOMString
A URI [IETF RFC 2396] designating the initial frame contents.
See the src attribute definition in HTML 4.01.

So retrieving only the value of the url of the initial frame contents
is what should be expected.

Richard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top