|
-
Aug 10th, 2003, 09:29 AM
#1
Thread Starter
Addicted Member
measurement of string length
i have the folowing code
function CheckData(frm)
{
alert((frm.Text_ID.Text));
}
frm.Text_ID - is a textbox in a form - how can i measure its string input length
i have tried frm.Text_ID.length - its not really working
so how can i have the length of the text in the text box.
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|