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
