View Single Post
Old 10-21-2005, 07:11 PM   #2 (permalink)
xacto
Junior Member
 
Join Date: Jun 2005
Posts: 13
Default

tweak to fit your current script

if (form.your_form_field.value == "") {
alert( "Cannot leave empty" );
form.your_form_field.focus();
return false ;
}
return true ;

I have not tested but should get you close
xacto is offline   Reply With Quote
Sponsored Links