View Single Post
  #4 (permalink)  
Old 04-24-08, 11:53 AM
ajwagner777 ajwagner777 is offline
New Member
 
Join Date: Feb 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
to expand on this a little bit (because I just figured it out) here is the expanded code:

In the <head> tag:
Code:
<script type="text/javascript" language="javascript">
	function moveWindow (){window.location.hash="DETAILS";}
</script>
In the <body> Tag:
Code:
<body onload="moveWindow()">
And of course the Anchor tag where you want to go:
Code:
<a name="DETAILS"></a>

Last edited by ajwagner777; 04-24-08 at 11:54 AM. Reason: more info
Reply With Quote