2 Questions

(1)How do you make it so when someone goes to your website it automatically takes them to another site?<br />
<br />
(2)There is some site that lets you see your site on all (i think) the web browsers. Anyone know what that site is?<!--content-->Number 1 first check with your hoast to see if they do automatic forwarding with your domains if you want to have a domain go from itself to another page, but if oyu want just a select few pages then try a meta refresh.<br />
<meta http-equiv="refresh" content="0;URL=http://www.yoursite.com"><br />
place that in the heading area of the page and it will forward you to http;//www,yoursite,com<br />
<br />
Number 2 you can do this two ways one go here (<!-- m --><a class="postlink" href="http://www.netmechanic.com/browser-index.htm">http://www.netmechanic.com/browser-index.htm</a><!-- m -->) and pay $15 for the privelage <br />
OR<br />
Go here (<!-- m --><a class="postlink" href="http://www.htmlforums.com/forumdisplay.php?forumid=20">http://www.htmlforums.com/forumdisplay.php?forumid=20</a><!-- m -->) and ask us to look through the site for you and see if we find any problems.<br />
<br />
hope this helps<!--content-->Place the following tag in the HEAD of your web-page:<br />
<br />
<META http-equiv="refresh" content="10;url=blahblah"><br />
<br />
where blahblah is the url for the website you want to redirect to.<br />
<br />
This will take effect after 10 seconds, but you can change that anytime by replacing the number in the content parameter.<!--content-->Thanks, worked perfectly.<!--content-->If your #2 question was regarding how your site is viewed in other browsers, you might find this useful.<br />
<br />
This is a free utility. <br />
<br />
__________________________________________ <br />
what does the page look like in netscape and other browsers that don't accept all the scripts. <br />
To find out, without Download <!--more-->ing each brower, go to <!-- w --><a class="postlink" href="http://www.anybrowser.com">www.anybrowser.com</a><!-- w --> <br />
<br />
* If anyone knows of other 'like' utilities please post it here.. that's the only one i'm aware of.<br />
<br />
GoodLuck:rocker:<!--content-->
 
Back
Top