|
wizard_oz -> submit problem (2/11/2008 13:46:30)
|
Hi, I have a problem with checking some fields before click the SUBMIT button. I would like to check the fields and if the feilds are empty I would give a message that say "the feild is empty" and if not, continue to the next page my code is simple and look like:
<form action="InsertDB.asp" method="get" id="form1" name="form1">
<input id="UserName" name="UserName" class="ghi" >
<INPUT type="submit" value="Submit" id=submit2 name=submit2>
</FORM>
any Idea PLEASE....
|
|
|
|