Java Script
Redirect to new page Location!!!
<head>
<script type="text/javascript">
<!--
function Redirect()
{
window.location="http://www.bcaraipur.blogspot.in";
}
document.write("You will be redirected to main page in 10 sec.");
setTimeout('Redirect()', 10000);
//-->
</script>
</head>
<script type="text/javascript">
<!--
function Redirect()
{
window.location="http://www.bcaraipur.blogspot.in";
}
document.write("You will be redirected to main page in 10 sec.");
setTimeout('Redirect()', 10000);
//-->
</script>
</head>
Copy, Paste this code as index.html and open it in web browser
0 comments:
Post a Comment