[thelist] onSubmit double attribute

Warden, Matt mwarden at odyssey-design.com
Sat Nov 18 14:29:12 CST 2000


>    I would like my onSubmit to equal to attributes, which are:
> 
>        onSubmit="return checkbae()"
>        onSubmit="return checkrequired(this)"
> 



try:

onSubmit="return (checkbae() && checkrequired(this));"

or (not sure if this is legal):


onSubmit="return (checkbae() == checkrequired(this) == true);"


hth,

--
mattwarden
mattwarden.com





More information about the thelist mailing list