Hi, is there any way to use 2 of the same event handler in the same tag...that is, I would like to use a submit once script and a form validation script and both call for an onclick handler in the form tag. I have server side validation as backup but javascript can take place so much faster. Also, if it is possible, will the button for the submit once script still be in effect if used this way and the script finds an error in user input? Thanks.