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:
Printable View
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:
A client-side script?
If so, then one could use, in javacsript, window.top.location = 'blah.aspx#blah' ...