KAJ
12-31-2000, 12:29 AM
How do u check the length of a textbox value using Javascript
thanks
KAJ
thanks
KAJ
|
Click to See Complete Forum and Search --> : Checking length of textbox value with Javascript KAJ 12-31-2000, 12:29 AM How do u check the length of a textbox value using Javascript thanks KAJ YangYu 01-02-2001, 04:12 AM "KAJ" <koshy@truckracers.com> wrote: > >How do u check the length of a textbox value using Javascript >thanks >KAJ > > <Script language="JavaScript"> function CheckLength(txtField) { return txtField.Length; } </script> devx.com
Copyright Internet.com Inc. All Rights Reserved |