I would like to know if it is possible to do a div with auto click.
This is how the page loads and when someone clicks anywhere on the page the mouse clicks on the content inside the div.
In case I put an iframe from 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 a time interval.
<div id='conteudo'>
<iframe frameborder='0' height='260' name='iframe1' scrolling='no' src='url' width='336/>
</div>