RE: How do I populate a form field based on the value entered in adifferent field

2006-09-23 Thread RICHARD FERNANDEZ
-Original Message- From: Shawn Hinchy [mailto:[EMAIL PROTECTED] Would you mind sharing the answer? I would assume it would have to be some sort of Javascript, am I wrong? Thanks, Shawn Shawn Michael Hinchy [EMAIL PROTECTED] Nope, no Javascript. I could have us

RE: How do I populate a form field based on the value entered in a different field

2006-09-23 Thread Shawn Hinchy
Would you mind sharing the answer? I would assume it would have to be some sort of Javascript, am I wrong? Thanks, Shawn Shawn Michael Hinchy [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How do I populate a form field based on the value entered in a different field

2006-09-23 Thread RICHARD FERNANDEZ
Ding! Ding! Ding! I finally got it!!! Not sure why this had me so stumped... In any case, thanks to all that responded. I appreciate all the help. richf -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How do I populate a form field based on the value entered in a different field

2006-09-23 Thread RICHARD FERNANDEZ
Hi folks, I'm trying to create an HTML form that will refresh itself based on user input. In the POD for CGI it says that you can set the value of a named parameter by using something like: $query->param(-name=>'foo', -value=>'the value'); But it doesn't say (or at least I didn't see) anything a