Results 1 to 3 of 3

Thread: AnyLink Script Functions

  1. #1
    Join Date
    Sep 2004
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Script Functions

    Script: AnyLink Drop Down Menu
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    Hi guys. I've got a question for you. When using the AnyLink script, what functions must I edit if I want other actions to be performed while the menu is shown and subsequently hidden? Thanks in advance for any and all help.

    bfisher

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Add the codes you want to be executed in addition by adding them inside function showhide(){

    function showhide(obj, e, visible, hidden, menuwidth){
    //your codes here
    "
    }

    That should do it.

  3. #3
    Join Date
    Sep 2004
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you!

Bookmarks

Posting Permissions

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