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.