JohannIcon
Programmer
Hi All
How can I check if a numeric field is empty or not? I managed to do it for text like this:-
if (field.value == ""
{
alert("You must Enter some text here"
field.focus()
field.select()
return false
}
thanks for your help
How can I check if a numeric field is empty or not? I managed to do it for text like this:-
if (field.value == ""
{
alert("You must Enter some text here"
field.focus()
field.select()
return false
}
thanks for your help