dynamic javascript forms

2004-03-15 Thread mike barretta
thanks in advance for any help... i have a form where i let the user choose how many text input fields they want and then via javascript, the inputs are displayed. ex: user has a select box to make a choice of 1-10. after selection is made, the onChange event will fire and write however many

Re: dynamic javascript forms

2004-03-15 Thread Geeta Ramani
How about usng more Javascript and using onFocus() (or is it onChange()?) to populate hidden fields which can be picked up by your form bean..? (Not a solution I like but then i hate most all Javascript..) regards, Geeta mike barretta wrote: thanks in advance for any help... i have a form

RE: dynamic javascript forms

2004-03-15 Thread Hookom, Jacob
http://www-106.ibm.com/developerworks/web/library/wa-resc/ -Original Message- From: mike barretta [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 1:35 PM To: [EMAIL PROTECTED] Subject: dynamic javascript forms thanks in advance for any help... i have a form where i let the user

RE: dynamic javascript forms

2004-03-15 Thread Robert Nocera
:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 2:35 PM To: [EMAIL PROTECTED] Subject: dynamic javascript forms thanks in advance for any help... i have a form where i let the user choose how many text input fields they want and then via javascript, the inputs are displayed. ex: user has