Where exactly am I supposed to enter number values (secs) to specify the duration of the delay before the page switches to another page?
This is the coding I have (placed by a Dreamweaver behaviour):
Within the HEAD tag:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=10; i<(args.length-1); i+=2) eval(args+".location='"+args[i+1]+"'");
}
//-->
</script>
Within the BODY tag:
<body background="images/various/sunnyland_bg06a.gif"
style="background-color: rgb(255, 255, 255)" onLoad="MM_goToURL('parent',' document.MM_returnValue">
thanks,
Javier DL
This is the coding I have (placed by a Dreamweaver behaviour):
Within the HEAD tag:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=10; i<(args.length-1); i+=2) eval(args+".location='"+args[i+1]+"'");
}
//-->
</script>
Within the BODY tag:
<body background="images/various/sunnyland_bg06a.gif"
style="background-color: rgb(255, 255, 255)" onLoad="MM_goToURL('parent',' document.MM_returnValue">
thanks,
Javier DL