Results 1 to 2 of 2

Thread: Form drop down box without submit button

  1. #1
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Form drop down box without submit button

    Hi there!!

    I have a form with a drop down box which the user has to choose the options and click on the submit button to access choosen option.
    What script do I need to not have to click the submit button?
    The form I am talking about is at:

    http://www.zanze.com/advancedsearch.asp

    Any help will be appreciatted


    Claret
    Last edited by Claret; 01-15-2008 at 08:55 PM.

  2. #2
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    Are saying that, when a user makes makes a choice on the drop box, it will submit the form? If so you could use:

    Code:
    <select onchange="submit()" name="name"> <!-- your options here //--> </select>
    Note that the first value could never be chosen, so it would need to be a dummy value.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

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
  •