Results 1 to 3 of 3

Thread: hiperlink popup drop-down menu

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Location
    Bulgaria
    Posts
    12

    Question hiperlink popup drop-down menu

    asp.net
    vb.net

    I would like to use a simple hyperlink popup drop-down menu.

    Where I could find some tutorials or examples?

    Can we write the code with clean vb.net and web controls without java…?

    Best regards,
    Krasimir

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    A hyperlink that creates a pop-up window, with a drop-down menu?

    By pop-up I assume you mean a new browser window, or a div set to visible. Server code can only handle the second case (setting a div to visible, placing it somewhere), and even then, it would need to postback to the server.

    Javascript can handle both cases, the first case, extremely easy... the second case, you use Javascript to set a div visible, and place it next to where you want it to go.

    There are plenty of sample codes... just look around the the web.. DHTML pop-up windows are everywhere.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2004
    Location
    Bulgaria
    Posts
    12

    Smile

    thank you nemaroller

    Thanks for the source of Scott Mitchell http://skmmenu.com


    skmMenu is fantastic no Java / clean vb.net code for menu creating in aspx pages.

    brgds
    Krasimir

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