<head>
<script language="javascript"><!--document.myform.submit()
//-->
</script>
</head>
<body>
<form action="site2.html" method="get"></form>
Please Wait
</body>
Basically this is supposed to take the user to site2.html automatically as they hit my site.. but it isnt working..
<script language="javascript"><!--document.myform.submit()
//-->
</script>
</head>
<body>
<form action="site2.html" method="get"></form>
Please Wait
</body>
Basically this is supposed to take the user to site2.html automatically as they hit my site.. but it isnt working..


Comment