Forum Moderators: open
<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.
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.