WannaLearn
Programmer
How can I add two function in the <form> tage? I tried this, and it does not work right.
<form name="form1" action="" method="post" onSubmit="return checking(),checkchars(this);"> Is there anything wrong with this statement?
<form name="form1" action="" method="post" onSubmit="return checking(),checkchars(this);"> Is there anything wrong with this statement?