Javascript & Left1
How would I validate a text box to ensure the text being submitted starts with a letter?
In ASP I know I would write Left(Request.Form("TextBox1"),1).
Thanks for the help.
How would I validate a text box to ensure the text being submitted starts with a letter?
In ASP I know I would write Left(Request.Form("TextBox1"),1).
Thanks for the help.
artsapimp posted this at 04:44 — 30th December 2001.
They have: 330 posts
Joined: Apr 2000
Correction -
I need to make sure there is at least 1 letter in the whole field. IsNotNumeric?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.