Question:
url redirect?
Dutchess
2007-07-01 07:37:02 UTC
can I do a url redirect from my yahoo page to another web site of mine?
Four answers:
Yahoo User
2007-07-01 08:47:36 UTC
Yes you can, but you have to go into like your cPanel (if you have one).



Email me at: adventuresofateen@yahoo.com and I will tell you more, I can even give you the link to my blog.
sathish
2007-07-02 07:31:59 UTC
[I commented out the meta tag on this page because it was causing too many browsers to bounce back and forth and back and forth. Go to html-redirect.html for a live example]



This page shows how to use an HTML tag in the header to redirect to another page. The tag goes in the section of your HTML document. The tag on this page looks like:




CONTENT="5; URL=html-redirect.html">



The "5" means to wait 5 seconds before redirecting. The "html-redirect.html" after "url=" is the URL of the page to which to redirect.



These two pages, "html-redirect.html" and "html-redirect2.html", will continue to switch back and forth until you close the window.



It is customary to include a direct link to the page that will be switched to automatically in case you get an older browser that doesn't support the feature or the user doesn't want to wait. Something like:



This page has moved. If your browser doesn't automatically redirect to its new location, click here.
Parv
2007-07-01 11:18:28 UTC
just place this javascript code

in the section







But yahoo will block your yahoo site as it

does several times with mine.
2007-07-01 07:42:35 UTC
Look here.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...