Click here to Skip to main content
15,891,766 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

Currently iam using document.getelementbyid.rows.length to get the length of the object.But in Internet explorer 10 browser document.getelementbyid.rows returns as undefined.

Any help/comments highly appriceated.

Thanks,
Balu
Posted
Comments
Stephen Hewison 1-Oct-12 11:39am    
I assume it's typed correctly in your code as the casing used in the question is wrong? document.getElementById('elId').rows.length would be correct.
Sergey Alexandrovich Kryukov 1-Oct-12 12:16pm    
5ed :-)
--SA
Arunprasath Natarajan 3-Oct-12 9:41am    
Well Said.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900