On Wed, 29 Oct 2003, Jerry Jalenak wrote: > I've got two radio buttons on a form. If the user clicks the second radio > button, I need to force the value of a following <html:select/> to a > specific value, and disable the select. So, using JavaScript, on my radio > button I fire an onclick event that run a real simple javascript function. > In this function I've tried using
[...] When you say "disable the select", are you using the disabled attribute for the select tag to accomplish this? If so, then the value of that form element will not be sent with the HTTP request. If you want them to not change it, set it to readonly instead of disabled. > 'Doh!' moment, but how do I do this? > > TIA! > > Jerry Jalenak ------------------------------ Melissa L Kelley [EMAIL PROTECTED] www.stuology.net ------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]