automatic hyperlink / diverting
hello.
My website changed its address.
at the old address home page, I left a message:
"new address...please go to.... hyperlink"
the user have to click on the hyperlink in order to arrive to the new website.
Is there an automatic way to divert the users strait to the new website ?
Thanks
Arad
Re: automatic hyperlink / diverting
In HTML view, add the following to the Head section:
<meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">
The value given to 'content' is the number of seconds before the refresh
will take place; the value given to 'URL' is the page you want your visitor
sent to. You may also want to include a text link to the page in case your
visitor's browser does not support the 'refresh'.
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others
"arad" <arad [at] discussions.microsoft.com> wrote in message
news:0EF0318C-4C44-41F5-BEC3-0E89285DEEB4 [at] microsoft.com...
> hello.
> My website changed its address.
> at the old address home page, I left a message:
> "new address...please go to.... hyperlink"
> the user have to click on the hyperlink in order to arrive to the new
> website.
> Is there an automatic way to divert the users strait to the new website ?
> Thanks
> Arad
Re: automatic hyperlink / diverting
Thanks Kathleen, It works perfectly !
Amir
"Kathleen Anderson" wrote:
> In HTML view, add the following to the Head section:
>
> <meta http-equiv="refresh" content="6; URL=http://www.yourwebsite.com">
>
> The value given to 'content' is the number of seconds before the refresh
> will take place; the value given to 'URL' is the page you want your visitor
> sent to. You may also want to include a text link to the page in case your
> visitor's browser does not support the 'refresh'.
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> Expression Web Resources: http://www.spiderwebwoman.com/xweb/
> FrontPage Resources: http://www.spiderwebwoman.com/resources/
> Please reply to the newsgroup for the benefit of others
>
>
> "arad" <arad [at] discussions.microsoft.com> wrote in message
> news:0EF0318C-4C44-41F5-BEC3-0E89285DEEB4 [at] microsoft.com...
> > hello.
> > My website changed its address.
> > at the old address home page, I left a message:
> > "new address...please go to.... hyperlink"
> > the user have to click on the hyperlink in order to arrive to the new
> > website.
> > Is there an automatic way to divert the users strait to the new website ?
> > Thanks
> > Arad
>
>
>