Thread
:
How can I get the length of an object?
View Single Post
#
5
(
permalink
)
11-10-06, 11:04 AM
Dean
Newbie Coder
Join Date: Sep 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
No, like this:
Code:
var len = document.getElementById('input').value.length;
Dean
View Public Profile
Visit Dean's homepage!
Find all posts by Dean