View Single Post
  #3 (permalink)  
Old 01-16-04, 09:51 AM
workaholic workaholic is offline
New Member
 
Join Date: Jan 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Cool

I found it..

In case anyone else is interested, the following javascript will reposition the 'view' to the named anchor tag of <A NAME="DETAIL"></A>:

window.location.hash="DETAIL";


Thanks,

Earl
Reply With Quote