google search

Popular Posts


Welcome to BCA Notes

>>>>>>>>>>>>>>>>

Visitors

Search This Blog

Blogger templates

Visitor Map


Monday 29 December 2014

Java Script Redirect to new page Location!!!

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>

Copy,  Paste this code as index.html and open it in web browser

Note:-

0 comments:

Post a Comment