Re: Jump to another page
Re: Jump to another page
- Subject: Re: Jump to another page
- From: Robert Poland <email@hidden>
- Date: Sun, 08 Jan 2012 06:13:58 -0700
Thanks Thomas,
The Original code from W3schools had a 5 second delay but I don't want a delay. I should have removed the text from my email as it wasn't used.
Also, the original example did not have the slash at the end. "Google" seems to indicate that it is not required in all cases. It would only save a step in looking for the URL.
On Jan 8, 2012, at 4:53 AM, Thomas Fischer wrote:
> 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
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