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.