#fcleft">

GeoCitiesRank My SiteTake A TourMy GuestbookChat
Pages Like MineSearchSend This PageForums
Email Me
ResearchTriangle



This script takes you from one page to another. It is often used when you have changed your page and want to redirect the user to the proper page. This is also used in many usefull scripts, such as the Javascript Password and Auto-reload.
The source...


<script language="Javascript">

<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

alert("You will now be taken to another location " 
       +"so you can see the source of this script");

location = "location2.html"

//-->
</script>

Color coding...


This is the Alert message you receive before you are transfered to another page. It is OPTIONAL.
This is the URL that the user will be transfered to.