in reply to Re: JScript and Perl
in thread JScript and Perl
function ValidateForm(){ var Phone=document.inFOrm.Mobile alert("In JS") if ((Phone.value==null)||(Phone.value=="")){ alert("Please Enter your Phone Number") Phone.focus() return false } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: JScript and Perl
by xorl (Deacon) on Sep 29, 2006 at 19:03 UTC |