onchange="addhide(document.formName.dropName.value);"

function addhide(VAL){
document.formName.hideName.value=VAL;
document.formName.submit();
}

On Tue, 27 Nov 2001, Lee Fuller wrote:

> Since we seem to be on the subject, I can't get anything to work, and
> thought someone (prolly Dave <grin>) might have an answer for this...
> 
> Need to include a drop-down in a form that, when changed (onchange),
> will add a hidden field to the form, and submit it immediately.
> 
> Send me somewhere to find it.. That's ok! ;)  Just need to figure it
> out.
> 
> TTAIA
> 
>               Lee
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to