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.

Dreamweaver 8.0 Tutorial ---- How To Make The Web Page As The Home Page In The Explorer 001

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.

  1. <a onclick="this.style.behavior='url(#default#homepage)';
  2. 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.

Dreamweaver 8.0 Tutorial ---- How To Make The Web Page As The Home Page In The Explorer 002

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.

Related Posts