PDA

Click to See Complete Forum and Search --> : go to the anchor with a sub


pileggi
May 17th, 2004, 08:31 AM
I have insert an anchor in my page by the tag <a name="det"/>

now I must position the page to this anchor but not by another tag(<a href="#dett">go to detalis</a>), by a subroutine in the script, how can I do this?

Thank you.
:ehh:

plenderj
May 17th, 2004, 08:39 AM
A client-side script?
If so, then one could use, in javacsript, window.top.location = 'blah.aspx#blah' ...