C
Craig G
again novice attack here
how in javascript can i check the value of a field then if its null throw an
alert then exit out of the function
this is my attempt, but it wont work:-
if (document.getElementById('txtAddress2')=null) window.alert("Town must be
populated") return;
Cheers,
Craig
how in javascript can i check the value of a field then if its null throw an
alert then exit out of the function
this is my attempt, but it wont work:-
if (document.getElementById('txtAddress2')=null) window.alert("Town must be
populated") return;
Cheers,
Craig