You can set any web page as your home page by setting the Internet tools. But we also can achieve this special effect in our web page. We can set a function for our web page that can let other people set our page as home page. You know if the viewers like some web pages, they must try to look for a prompt way to find these web pages. Almost all the large websites like yahoo.com have this function. So we need to master the way to achieve this special effect. Moreover, when your web pages are set as home page, your website will have more viewers. Now pay attention, we will start learning how to make the web page as the home page in the Explorer.
|
Step1, open a finished web page, or you can build a new webpage.
Step2, put these words in your web page: “set as your home page”. Select the right position, putting the following codes.
- <a onclick="this.style.behavior='url(#default#homepage)';
- this.sethomepage('http://www.yahoo.com');"href="#">Set As Home Page</a>
Step3, go back to the design view, save the document and preview in the Internet Explorer. Click the “Save As Home Page” text, and there will be a message box appearing to ask whether you want to set this page as your home page or not.
|
Now we have set our web page as home page successfully. We just add some HTML codes for the text. This.sethomepage is to set the http:// as the home page. You can change the address as any other links. Onclick=’url(#default#homepage)’ means the link will go to the homepage dialog box when the text is clicked. After understanding the codes, you can try to remember them. They will benefit you sooner or later. Practice it again and you will master the way to make the web page as the home page in the Explorer totally.
For help, advice, tips and tricks, challenges, feel free to visit our
or Submit your good resource to share.
Reminder: Unless stated otherwise, all resources published on this site are NOT for commercial use. To use any resource from this site for commercial purposes, please contact the author.

