PC Review


Reply
Thread Tools Rate Thread

auto forward page

 
 
=?Utf-8?B?VGhhaUFt?=
Guest
Posts: n/a
 
      16th Jul 2006
I have moved my home page and want to have an index page on old location that
automatically goes to new site address say perhaps after 5 seconds notice.
Is there a way in Frontpage that I can accomplish this?
 
Reply With Quote
 
 
 
 
Trevor L.
Guest
Posts: n/a
 
      17th Jul 2006
ThaiAm wrote:
> I have moved my home page and want to have an index page on old
> location that automatically goes to new site address say perhaps
> after 5 seconds notice. Is there a way in Frontpage that I can
> accomplish this?


Paste this code into the old page, changing http://www.new.com/ to your new address
Alter 5 to some other number if you want a different period of notice

<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="5; url=http://www.new.com/">
<!-- AN alternative (no delay)
<script>
top.location.href=http://www.new.com/
</script>
-->
</head>

<body>
<p>This page has moved. Please click
<a href="http://www.new.com/">here</a>
if the new page doesn't appear in 5 seconds.</p>
</body>
</html>

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


 
Reply With Quote
 
=?Utf-8?B?VGhhaUFt?=
Guest
Posts: n/a
 
      17th Jul 2006
Trevor,

Thank you for taking the time and building the code for me to accomplish the
"redirect" You can check out your handiwork at www.waynes.net/wayne

"ThaiAm" wrote:

> I have moved my home page and want to have an index page on old location that
> automatically goes to new site address say perhaps after 5 seconds notice.
> Is there a way in Frontpage that I can accomplish this?

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      17th Jul 2006
ThaiAm wrote:
> Trevor,
>
> Thank you for taking the time and building the code for me to
> accomplish the "redirect" You can check out your handiwork at
> www.waynes.net/wayne


Wonderful. You have prettied up the old page nicely too

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


 
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
possible to have auto reply and auto forward on group mailboxes? billnyethescienceguy Microsoft Outlook Discussion 0 1st Oct 2008 11:32 AM
Outlook 2003 Auto Forward Rules do not forward Attachment Correctly Tom Ewald Microsoft Outlook 0 8th Mar 2007 05:04 PM
Timer reset on page back/page forward =?Utf-8?B?am1ncm8=?= Microsoft Dot NET 1 24th Jan 2006 10:54 PM
How to I know the previous page is clicked to forward the current page? ABC Microsoft ASP .NET 2 14th Jan 2006 09:30 PM
How to I know the previous page is clicked to forward the current page? ABC Microsoft ASP .NET 2 14th Jan 2006 01:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:34 PM.