PopOver window

Last post 02-14-2006 6:50 PM by PhaedoHD. 2 replies.

Sort Posts:

  • PopOver window

    02-14-2006, 4:16 PM
    • Member
      434 point Member
    • PhaedoHD
    • Member since 08-17-2005, 7:52 PM
    • Everett WA
    • Posts 153

    Hi,

      I want to have a "popover" window come up, pretty much exactly as amazon has it, for there "see all 31 categories" menu, when you scroll over.

    Anyone know a good way to do that?? 

    Also the information in that window will come from a database, so I would prefer to have it be something that happens without reloading the whole page.

    I'm thinking that sounds liks a job for AJAX, but I've never used it and don't know how to do this.

    Thanks!

     

    Bill Brently

    www.vicasting.com

     

  • Re: PopOver window

    02-14-2006, 6:15 PM
    • Participant
      1,431 point Participant
    • rstrahl
    • Member since 08-20-2003, 1:08 PM
    • Paia, Hawaii
    • Posts 277
    • ASPInsiders
      TrustedFriends-MVPs

    I posted a wwHoverPanel class that does this sort of thing with asynchronous callbacks last week. Take a look here:

    http://west-wind.com/weblog/posts/4408.aspx

    It handles all the details of popping up a window at the current mouse position as well as providing a simple callback method interface to the server.

    +++ Rick ---

    Rick Strahl
    West Wind Technologies
    Making waves on the Web
    www.west-wind.com/weblog
  • Re: PopOver window

    02-14-2006, 6:50 PM
    • Member
      434 point Member
    • PhaedoHD
    • Member since 08-17-2005, 7:52 PM
    • Everett WA
    • Posts 153
    Thanks thats great!


Page 1 of 1 (3 items)