Thanks for the input guys.
So theres not a way to check the contents of the textbox and see if there's already a "." in there? Surely there is...My JS skills are crap, but couldn't you do a
if(inStr(ducument.form1.txtNumber,".") don't allow another...? Of course InStr is not a JS method that I know of, but it basicaly checks to see if a certain character is in the string.
Regex has always been real confusing to me, can you guys spell it out a little better for me?
Thanks a lot for the help.
I am sure this would come in handy to many programmers.