Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 changing Default.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kashicool
Starting Member

33 Posts

Posted - 12 February 2004 :  09:30:26  Show Profile
I have renamed the file default.asp to default1.asp , just because I wanted to tell my members that I have changed my url. Right now whenever I am trying to access the msg board ofcourse it is giving the , page not found error!
Please tell me what Should I write in default.asp now !!!! any msg like , "our new location is URL" or simply redirection to that url..

Please help me I am waiting.!

Ryan
Average Member

USA
858 Posts

Posted - 12 February 2004 :  22:29:09  Show Profile  Visit Ryan's Homepage
You could replace the code in your default.asp file (the file that people go to but you want redirected from) with this:
<html><head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
if (navigator.javaEnabled()) 
window.location = "URL HERE";
else 
window.location = "URL HERE";
//  End -->
</script>

</head>

<body>

<p><center>
<font face="arial, helvetica" size="3">Loading Please Wait!!</font>
</center><p>

<p>
<center>
If you are not redirected to the auction site please <a href="URL HERE">click here</a>.</center></body></html>
Or, if you want them to know that they are going to a new page use this:
<html><body><center>We have changed our address. Please <a href="URL HERE">click here</a> to go to our new address. Thank you.</center></body></html>

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07