PDA

View Full Version : goto an anchor tag


angelochen960
10-09-2007, 12:55 PM
hi,

Is there a way to go to an ahchor tag in javascript? thanks.
A.c.

angelochen960
10-09-2007, 01:41 PM
ok, i found a solution:
window.location.hash="mycomments";
one problem with this is, when using Safari, it will be in 'loading' mode all the time, any way to fix this? thanks.