Okay it took me a long time to figure this out and when I searched for the script on google I found nothing but you (who clearly don't know).
Seen as though I am done, I thought I would register to help you. - Create a new file in the same directory called 'no_click.js'.
- In it put:
window.onload = doLoad;
function doLoad()
{
setTimeout( "refresh()", 10*1000 );
}
function refresh()
{
window.location.reload( false );
} - in the page that is in the iframe put in the head section:
<script type="textjavascript" src="no_click.js"></script>
_________________________________________
Thanks, Rob
Last edited by fatquack : 07-27-2006 at 06:05 PM.
|