Forum Moderators: open

Message Too Old, No Replies

Simulate click on IFrame

         

unixinuse

11:50 pm on Dec 12, 2009 (gmt 0)

10+ Year Member



Hi guys,
i have a website that contains this iframe:

<iframe src="URL OF A WEBSITE" allowtransparency="true" height="250" width="125"><iframe>

I need your help.
I would like to know if it's possible to simulate a click every X visits on this URL, like the user goes in that page from link bar.

Thanks for your help,

Luca.

whoisgregg

12:04 am on Dec 18, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, unixinuse!

Simply including the iframe with the URL will cause the other website to register a hit from that user.

Are you trying to simulate a click on a specific element of the other website that appears in the iframe? If so, that's impossible due to the browser's cross-domain security model.