PC Review


Reply
Thread Tools Rate Thread

Auto Re-direct

 
 
Jari Tuomoja
Guest
Posts: n/a
 
      21st Mar 2004
Here is one example. 10000 is a time (it's 10 seconds)
which will be waited until browser is automatically moved
to another page. So you can change the number 10000 to 0
and browser will be moved right away to another page.

You should make also a link if redirection is not working.


<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
redirTime = "10000";
redirURL = "http://www.123.test/otherpage/";
function redirTimer() { self.setTimeout
("self.location.href = redirURL;",redirTime); }
// End -->
</script>
</head>

<body onLoad="redirTimer()">



>-----Original Message-----
>Is there a simple script I can add to my home page to

automatically
>(seamlessly) take the browser to another page..
>
>For example my domain www.123.test
>
>I want to automatically go to www.123.test/otherpage/
>
>
>I am sure this is simple to do but I don't know how to..
>
>Any assistance appreciated.
>
>John Parker
>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I auto direct mails in my folders =?Utf-8?B?TWly?= Microsoft Outlook Discussion 2 30th May 2007 01:27 PM
auto direct cronish Windows XP Internet Explorer 5 13th Feb 2007 10:50 PM
Auto E-Faxing direct from Excel. destroyer Microsoft Excel Misc 0 22nd Aug 2006 08:21 AM
Direct Booking and Auto Reply Email Andy Microsoft Outlook Calendar 3 18th Mar 2004 01:09 AM
Auto re-direct to another page Brian whelton Microsoft Frontpage 1 28th Jan 2004 02:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:02 AM.