Is it submitting at all? Or is the javaScript submitting the initial time?
In Firefox, I know you, can bring up the error console and then try to execute the form and see what errors you get.
Perhaps instead of changing the action to include a querystring, perhaps have an empty hidden field: <input type="hidden" name="action" value=""/>
then use the JS to update that and submit.
Main Topics
Browse All Topics





by: strickddPosted on 2009-05-26 at 06:03:08ID: 24472708
I would recommend putting an alert('test') in the callSubmit function and make sure it is actually executing. You may also need to tab out of the drop down for it to fire the event.