spicymango
Programmer
Hi,
In the followind code they are redirecting the page using javascript.
What I don't understand why they had to put the same URL redirect in the META Tags, why is it necessary?
</BODY></HTML>
In the followind code they are redirecting the page using javascript.
What I don't understand why they had to put the same URL redirect in the META Tags, why is it necessary?
Code:
<HTML><HEAD><TITLE></TITLE>
<SCRIPT language="JavaScript">
<!--
window.location = &amp;quot;[URL unfurl="true"]http://www.mydomain.com/pages/employee/start.shtml&amp;quot;[/URL]
//-->
</SCRIPT>
<META http-equiv="refresh" content="1; URL=http://www.mydomain.com/pages/employee/start.shtml">
</HEAD>
<BODY>
</BODY></HTML>