View Single Post
Old 03-10-2005, 10:53 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,544
sde is on a distinguished road
in your form tag, the onsubmit needs to evaluate to false for the form not to submit. i see you have the function returning false already, so u just need to add 'return' before the function call. example:
Code:
onsubmit="return atleastonenonemptyfield();"
__________________
Mike
sde is offline   Reply With Quote