View Single Post
  #2 (permalink)  
Old 01-16-2008, 12:37 PM
Geoserv Geoserv is offline
Banned
 
Join Date: Feb 2007
Location: Canada
Posts: 849
Thanks: 74
Thanked 49 Times in 45 Posts
Heres the javascript:

Code:
<script language="JavaScript">
function setHome()
{
   document.body.style.behavior='url(#default#homepage)';
   document.body.setHomePage(window.location.href);
}
</script>
put that in your <head>

html for the link:

Code:
<a href="javascript:setHome()">
Set Home Page</a>
put that anywhere you want the link to appear.

Geoserv.
Reply With Quote
The Following User Says Thank You to Geoserv For This Useful Post: