Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] Redirect script
From: Cameron Hickey
Date: Mon, 22 Jan 2001 21:12:06 -0000

what language do you need it in? PHP, ASP, Javascript, HTML ?

here are a few that might help


in ASP:

<%
location="http://www.somelocation.com"
response.redirect(location)
%>


in Javascript:


<script>
location="http://www.somelocation.com"
location.replace(location)
</script>



in HTML:

<meta http-equiv="refresh" content="1; URL=http://www.cnn.com/?">

(content =number of seconds before refreshing)



hope this helps


Cameron



-----Original Message-----
From: Ian Richardson [irattheconsultancy [dot] co [dot] uk (mailto:irattheconsultancy [dot] co [dot] uk)]
Sent: Monday, January 22, 2001 11:13 AM
To: flasher from chinwag
Subject: [flasher] Redirect script


Does anyone have a simple redirect script that can be added to a page, that
sends the user to another domain???


Really urgent need



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: cccatpair [dot] com
To unsubscribe, email leave-flasher-479744Aatlists [dot] chinwag [dot] com




[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]