hi,
I need to be able to accept only numbers and a decimal point in my form... but I dont know how to use that expression thing to filter out other things..
I already have an onchange event which calls the clean function.... what would I need to put to alert the user that they have put in incorrect data?
eg:
alert("You appear to have entered incorrect data\n\nPlease only use numbers 0-9 and decimal points")
thanks for any help...
I need to be able to accept only numbers and a decimal point in my form... but I dont know how to use that expression thing to filter out other things..
I already have an onchange event which calls the clean function.... what would I need to put to alert the user that they have put in incorrect data?
eg:
alert("You appear to have entered incorrect data\n\nPlease only use numbers 0-9 and decimal points")
thanks for any help...
Comment