• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Jump to another page
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Jump to another page


  • Subject: Re: Jump to another page
  • From: Thomas Fischer <email@hidden>
  • Date: Sun, 08 Jan 2012 12:53:06 +0100

Hi Robert,

while the answer you found should be working, I have two comments:

1. <meta http-equiv="Refresh" content="0;url=http://www.w3schools.com"; />
will redirect the user immediately, if you want to give him or her 5 seconds time you should set this to
 <meta http-equiv="Refresh" content="5;url=http://www.w3schools.com/"; />
(and I would add the additional slash).

2. This form of redirect has been criticised, because it might confuse the users back button. If you have access to the server, a head message of
302	Moved Temporarily
together with the new target would be the better choice.

Best
Thomas


Am 07.01.2012 um 21:21 schrieb Robert Poland:

> Found it;
>
> <html>
> <head>
> <meta http-equiv="Refresh" content="0;url=http://www.w3schools.com"; />
> <title></title>
> </head>
> <body>
> <p>Sorry! We have moved! The new URL is: <a href="http://www.w3schools.com";>http://www.w3schools.com</a></p>
> <p>You will be redirected to the new address in five seconds.</p>
> <p>If you see this message for more than 5 seconds, please click on the link above!</p>
> </body>
>
> </html>
>
> On Jan 7, 2012, at 11:58 AM, Robert Poland wrote:
>
>> Hi,
>>
>> I know this is the wrong place but I also know there people who know the answer…
>>
>> I seem to have forgotten how to change a web page so that it opens to another page. Not showing the original at all.
>>
>> TIA,
>>
>> Robert Poland - Fort Collins, CO
>>
>>
>>
>
> Robert Poland - Fort Collins, CO
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Jump to another page
      • From: Robert Poland <email@hidden>
References: 
 >Jump to another page (From: Robert Poland <email@hidden>)
 >Re: Jump to another page (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Jump to another page
  • Next by Date: Re: Jump to another page
  • Previous by thread: Re: Jump to another page
  • Next by thread: Re: Jump to another page
  • Index(es):
    • Date
    • Thread