Check empty field (not submit form if field empty), quick html tutorial - HTML / Javascript Tutorials
 
  Buy Ebooks, Video Games, DVDs, Electronics and more !
Home | Help Forums | Web Design Tutorials | Free Swishmax Downloads Make Money Online Blog . Free Image and Photo Sharing and Hosting

 

 

Company

Home

Nework Details

Tutorials

SWiSH 2

SWiSHMax

Flash MX

PHP & MySQL

HTML / JScript

Adobe Photoshop

Corel Draw

Gimp

Miscellaneous

Downloads

Templates

Plugins

Fonts

Wallpapers

Free Images

Scripts and Codes

Products

E-Books

SWiSH BB

SWiSH Templates

SWiSH-DB Newsletter
Subscribe to our newsletter : GO
  Partners / Affiliates

   Free image hosting
   Web Design Pakistan
   Swish Templates
   SWiSH Climax
   Talkfreelance Community
   Template Desire
   Lite boards
   Script Sector
   GimpTalk
   13dots
   Idea Designs
   PHP Cafe
   Sposatoettore
   Free swishmax templates
   Swishzone

Manage your site with Flax Article Content Management System
Check empty field (not submit form if field empty), quick html tutorial
Category : HTML / Javascript | Level : Beginner | Language : English
Ask Question | Read Comments | Post tutorial | Previous | Next

Web www.swish-db.com

We usually use input type submit for our forms to submit data to sime script.

What is the drawback of it ?

Answer : Soem of the fields may be empty but form is submitted.

How to check before submitting?

Answer:

for example you have form with one field and one submit button
then you must set the form name in form tag as name=f1and,
instead of setting type to submit set type of the button to button
and grab the information in onclick event as following.


CODE

<form name=f1 method=post>
Enter your name <input type=text name=n>
<input type=button value='GO'
onclick="if(f1.n.value.length==0) alert('nme empty'); else f1.submit();"
>
</form>




now save the file as test.html, put this code in and response back if any error.


© 2002-2005 Flaxweb Network | Article Manager | Gimp Tutorials Library | RAD C++ Library | Free C/C++ Sourcecode |
Sites of interest : Web Design Blog | Swish Templates | Swishmax Ebook | Photoshop Templates | Gimp Tutorials | Text Forum | Make Money Online