Results 1 to 2 of 2

Thread: go to the anchor with a sub

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    6

    go to the anchor with a sub

    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.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    A client-side script?
    If so, then one could use, in javacsript, window.top.location = 'blah.aspx#blah' ...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width