computergeek67
|
"Make This Your Homepage" ButtonSo, you are making a website and can't think of ideas to make it better. Then it hits you. You need a "make this your homepage" button, but you don't know how to make one. This tutorial shows you how.
First, put this code in your site wherever you want the button to be.
| Code: | <font color="#800000" size="-1"><FORM METHOD="LINK" ACTION="<a href="#" onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://vtw.myfreeforum.og');"></a>
<INPUT TYPE="submit" VALUE="Set This As Your Home Page">
</FORM> |
When you click on the button, a window should come up saying if you want to set (your URL) as your home page. If you click yes, once reloaded, your website should be your default home page.
All you need to change is the URL to your site's name.
|