Click to See Complete Forum and Search --> : Is this code legal? onchange='this.form.submit()?request=retrieveIndications'


pufftissue
08-28-2008, 04:23 PM
onchange='this.form.submit()?request=retrieveIndications'

this code is inside a select box.

I am trying to use javascript's onchange() function to submit a form and attach name/value pairs.

Thanks!

cahva
08-28-2008, 04:42 PM
Well no. I've not tested it but I'm positive that it doesnt even submit the form. Why dont you send items through the form as it supposed to do after all.