well what i want exactly is to make a script that redirects the user after 5 sec to a random link contained in the iframe . the redirection is made in the same window and without any popups
Thanks for your help
Hi
it's not a popup 'cause the link href="javascript:random_all()" is a random link that only opens when someone clics on it. it doesnt open a popup it's a sort of random redirection ...
Hi
i'm trying to make a script that opens a random link from the page contained in an iframe after 5 seconds .... very hard
that's what i done :
<head></head><body>
<script>
<!--
function random_all(){
var myrandom=Math.round(Math.random()*(document.links.length-1))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.