to change the form dynamically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • uniqueabc
    New Member
    • Sep 2007
    • 2

    to change the form dynamically

    hi all,

    I have to develope a form which has mutiple choice (radio buttons) on the top and based on the button selected the entries for the form changes dynamicallyat the bottom.
    can anybody plz help me with this

    I developed a JSP code like this for all the radio button options!!! but this is not functioning. the paramnames change accordingly
    *************
    [CODE=javascript]if (document.MailF orm.requestType .value == "Modify User") {
    document.MailFo rm.parmnames.va lue="requestTyp e|firstName|las tName|siebelId| localPW|job|ter ritory|managerN ame";
    [/CODE]**************
    thanks in advance!!!
    Last edited by acoder; Sep 12 '07, 09:29 AM. Reason: Added code tags
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    This has nothing to do with html/css and I would transfer you to another forum but you called your code JSP, which is Java, but you show Javascript which is not the same thing. I'll send this to javascript board since I think that's what you want.

    Comment

    • uniqueabc
      New Member
      • Sep 2007
      • 2

      #3
      thanks for your help!!!

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Show the rest of your code (and remember to use code tags).

        Comment

        Working...