Hi!

I've two html:selects within a form.
The selected value of the first determines
the possible values in the second select box.
Now the onchange-Event fires a client-side Javascript Event.
Is it better to change this and put the functionaly
in a Java-Class. Would this be possible?

<html:select   onchange="javaclass.dosomething">
....

Is this a good practise?

Thanks for any opinions!








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to