Removed by Administrator
Can you make multiple (two) calls to a javascript function for the onSubmit event? Currently, I'm calling one JS function like the following: <form name="donorapp" onSubmit="stamp()" method="post" action="add_to_DB.asp"> I would like to call a form validation function for onSubmit as well? Do I just add the function name, i.e. onSubmit="stamp() ; validate()" or something similar? I've tried, but it isn't working, so I thought the syntax was incorrect? Thanks in advance. -D-...
Can you make multiple (two) calls to a javascript function for the onSubmit
event? Currently, I'm calling one JS function like the following:
<form name="donorapp" onSubmit="stamp()" method="post"
action="add_to_DB.asp">
I would like to call a form validation function for onSubmit as well? Do I
just add the function name, i.e. onSubmit="stamp() ; validate()" or
something similar? I've tried, but it isn't working, so I thought the
syntax was incorrect? Thanks in advance.
-D-
Removed by Administrator
Bookmarks