Forum Moderators: open
<script language=javascript>
<!--
function gohome(){
//if NS 4+
if(document.layers) window.home()
//else if IE 4+
else if (document.all) window.location="about:home"
else alert("You need NS 4+ or IE 4+ to go back home!")
}
//-->
</script>
Then use this to create the link:
<a href="javascript:gohome()">Home</A>
BUT, I can't count on that. I need to go to THAT PERSON'S home page.
The reason why I need this : A customer with too much time on their hands. They like to keep us busy.