1
116
I have been attempting to create a timed script to display a particular way.
Trying to get the '10' to tic down. Any assist would be greatly appreciated.
<script type="text/JavaScript">
//Delay time...1000 = 1 sec
var seconds = 10
var pgname = "Terms & Conditions"
setTimeout("location.href = '../intranet/tnd.asp';",10000);
document.write("(This page will return to " + pgname + " in 10 seconds if
link is not clicked)");
</script>
Thanks
David
Trying to get the '10' to tic down. Any assist would be greatly appreciated.
<script type="text/JavaScript">
//Delay time...1000 = 1 sec
var seconds = 10
var pgname = "Terms & Conditions"
setTimeout("location.href = '../intranet/tnd.asp';",10000);
document.write("(This page will return to " + pgname + " in 10 seconds if
link is not clicked)");
</script>
Thanks
David