Urgent Question a Drop Down Item Select Results HTML

Discussion in 'HTML & Website Design' started by Axus Technologies Inc., Jul 27, 2009.

  1. #1
    Hi..
    I need a form done, which has many fields, but I need my form results just to depend on one DROP DOWN field, which has 3 items only..

    I need such that, when a user selects OPTION 1 from drop down and then fills the all other fields (no use) , then the SUBMIT button should take to PAGE 1

    and when the user selects OPTION 2 from drop down and then fills the all other fields (no use) , then the SUBMIT button should take to PAGE 2

    and when the user selects OPTION 3 from drop down and then fills the all other fields (no use) , then the SUBMIT button should take to PAGE 3

    :rolleyes:

    Not able to understand how to do this simple task :(
    Please help.
     
    Axus Technologies Inc., Jul 27, 2009 IP
  2. ziv

    ziv Peon

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Using java script, just change the value of document.myform.action for example:

    document.myform.action ="insert.html";
    Code (markup):
    You can look here for more details:
    http://www.javascript-coder.com/html-form/html-form-action.phtml
     
    ziv, Jul 27, 2009 IP