Thread
:
Java Scripting Help
View Single Post
10-21-2005, 07:11 PM
#
2
(
permalink
)
xacto
Junior Member
Join Date: Jun 2005
Posts: 13
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
View Public Profile
Send a private message to xacto
Find More Posts by xacto
Sponsored Links