Results 1 to 4 of 4

Thread: Select box for navigating, sending emails, etc.

  1. #1
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default Select box for navigating, sending emails, etc.

    1) CODE TITLE: Select box for navigation and other things

    2) AUTHOR NAME/NOTES: Arie Molendijk

    3) DESCRIPTION: With the help of a script written by Joe Crawford (http://lab.artlung.com/dropdown), a select box can be used as a tool for navigating to whatever you want: a new window, a frame of a frameset, an iframe, an email-window etc.
    I modified certains things in the script in order to make it more 'intuitive', and added some lines for having javascript executed when the user clicks on an option.
    You can easily customize it by adding more 'else ...ifs'. (But be aware of the function of the text preceding the 'pipe characters' in the options of the select box. The text must correspond exactly with what's in the if-statement).
    (This is perhaps old stuff, but pretty handy nevertheless).

    4) URL TO CODE: http://molendijk.110mb.com/selectbox...selectbox.html
    Last edited by molendijk; 03-19-2008 at 10:55 PM. Reason: Correction

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Script updated. It's possible now to execute functions when an option is clicked on.

    Arie M.
    Last edited by molendijk; 03-19-2008 at 11:46 PM. Reason: Correction

  3. #3
    Join Date
    Apr 2008
    Posts
    38
    Thanks
    9
    Thanked 1 Time in 1 Post

    Thumbs up

    I think it's pretty good.

  4. #4
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Quote Originally Posted by matthewbluewars View Post
    I think it's pretty good.
    Thanks, Arie M.

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
  •