Change:
Code:
this.setHomePage('http://dynamicdrive.com');
to:
Code:
this.setHomePage('http://www.danscartoons.com/search_cartoons.htm');
Notes: This only works in IE, so it would be best to hide it from other browsers, like so:
Code:
<!--[if IE]>
<a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.danscartoons.com/search_cartoons.htm');return false;">click here to make CARTOON SEARCH your default homepage</a>
<![endif]-->
And, if memory serves, it only works on a live page - can't be tested locally. The function should be made, as in the above example, to return false, so that the page will not reload.
Bookmarks