Re: Help with Radio_group

2004-03-01 Thread Mame Mbodji
Thank you very much. Very helpful! wolf blaum wrote: > > On Sunday 29 February 2004 17:20, [EMAIL PROTECTED] generously enriched > virtual reality by making up this one: > > Hi > > > I have a script that processes a form input. What I want to do is this: > > I assume you are talking about a ht

Re: Help with Radio_group

2004-02-29 Thread wolf blaum
On Monday 01 March 2004 02:06, wolf blaum generously enriched virtual reality by making up this one: > On Sunday 29 February 2004 17:20, [EMAIL PROTECTED] generously > enriched virtual reality by making up this one: > > Hi > > > I have a script that processes a form input. What I want to do is th

Re: Help with Radio_group

2004-02-29 Thread wolf blaum
On Sunday 29 February 2004 17:20, [EMAIL PROTECTED] generously enriched virtual reality by making up this one: Hi > I have a script that processes a form input. What I want to do is this: I assume you are talking about a html form. > I have form elements: > > -radio_group1 > -radio_group2 > >

Help with Radio_group

2004-02-29 Thread Mercedissa1
I have a script that processes a form input. What I want to do is this: I have form elements: -radio_group1 -radio_group2 -textfield: takes 6 digits depending on the user' selection. I want the textfield to be populated with 00 if the user select radio_group2. Any idea on how to do that an