I found that you can refer to your document objects by ID directly.
Why is this not in common use?
for example:
This is the HTML for the table:
Code:
<table width="100%" id="myTable">
This is what I am talking about
:
Code:
var lastrow = myTable.rows.length;
BTW, does anyone know if there are any problems using object.rows?
Michael McCulley
MyCar System, Inc.
www.mycarsystem.com