I
IveCal
Hello, I'm new in javascript. I hava a snippet below. This code will
redirect my current web page to http://www.test123test1111.com . . .
But I want to specify the number of seconds before it is redirected.
May I know how to do this? (As much as possible, meta tags should not
be used.) Please do reply. Thanks a lot.
<SCRIPT LANGUAGE="JavaScript">
<!--
window.location="http://www.test123test1111.com";
// -->
</script>
redirect my current web page to http://www.test123test1111.com . . .
But I want to specify the number of seconds before it is redirected.
May I know how to do this? (As much as possible, meta tags should not
be used.) Please do reply. Thanks a lot.
<SCRIPT LANGUAGE="JavaScript">
<!--
window.location="http://www.test123test1111.com";
// -->
</script>