Thread
:
[SOLVED] using javascript to 'jump to anchor'
View Single Post
#
3
(
permalink
)
01-16-04, 09:51 AM
workaholic
New Member
Join Date: Jan 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
workaholic
View Public Profile
Find all posts by workaholic