try this <script language="javascript"> function submitForm(){
//do the verification you want to... form.submit(); } </script> <s:select onchange="submitForm()" .... /> On 10/31/07, Ingo Villnow <[EMAIL PROTECTED]> wrote: > > Hello, > > i want to call an action by javascript, when a value in a <html:select> > field changes. I want to fill my <html:form> with the data provided by > the action. Any ideas? I don't know a lot of javascript :-( > > thanks & greetings from Berlin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >