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!!!
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!!!
Comment