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.