Free web development scripts for the webmasterDevelopment Scripts

 Site Navigation
 o Development Scripts
 o Text Only Edition
 o PHP.net News
 o Tutorials
 o Register an account
 o New entries this week
 o Affiliates/Links
 o Contact Us
 o About us
 o Advanced Search

 Browse Path
 o 3 users online
 o Most users online: 67
 o Home
  o Javascripts
   o Redirection/Links
    o Script

 Member Login
User Name
Password

 Standards
Valid XHTML 1.0!
Valid 
CSS!

 Recommended Links
 o PHP Freaks
 o Designer Baby Clothes
 o Advertise Here Make Money
 o designplace
 o Wedding Vendor Directory
 o Free Wedding Websites
 o Open Source Design
 o OxyScripts
 o devnet

Automatically redirect a user from one site to another URL. (Rated 0)

Description:

Javascript to automatically redirect a user from one site to another URL.

Code starts here


<HTML>
<HEAD>
/*---

COLOPHON

TITLE
321WebLiftOff.net's simple redirection Javascript.

OBJECTIVE/FUNCTION
Simple redirection Javascript.

AUTHOR
John Walker
http://321WebLiftOff.net
john@321webliftoff.net

ENCOMIUM
Thanks in advance for any comments/corrections!

CREATED
2001-06-18T10:00:44+01:00

COPYRIGHT
This script is Copyright © 2001 JF Walker All Rights
Reserved but may be freely used provided this colophon is
included in full.

---*/

<!-- Put your TITLE and META TAGS HERE-->

<!-- Where it says content="0; in the script, change the 0 to the number of
seconds delay that you want. -->

<SCRIPT language="JavaScript1.1">
<!--
location.replace("http://www.urlofyournewlocation.com/");
//-->
</SCRIPT>
<NOSCRIPT>
<META http-equiv="Refresh" content="0; URL=http://www.urlofyournewlocation.com/">
</NOSCRIPT>
</HEAD>

<BODY>

<font size=3>
Put a forwarding message here
Blah has moved to <A href="http://www.urlofyournewlocation.com/">http://www.urlofyournewlocation.com/</A>.
</font>

</BODY>
</HTML>


Submitted by norvica on 11-03-2003 18:28


Rate This Script

User Contributed Comments

Registered Members login
© Copyright 2003 - Devscripts.net