2
I wonder if it is possible to make a div with auto click.
That would be how the page loads and when someone clicks on any part of the page the mouse will click on the content inside the div.
in case I put an iframe of an external page. but it could be an image or a video.
if possible do this with java script. and that once the click has happened the same person can not click again for 1 day. or an interval of time.
<div id='conteudo'>
<iframe frameborder='0' height='260' name='iframe1' scrolling='no' src='url' width='336/>
</div>
$("#content"). click(Function(){/does something/});
– Erlon Charles
Explains better.
– Endou