<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>i count my checkboxes via</FONT></DIV>
<DIV><FONT face=Arial size=2>checkboxField.length&nbsp;= 
document.getElementsByTagName("checkbox");</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>there are several of them to&nbsp;be 
seen,</FONT></DIV>
<DIV><FONT face=Arial size=2>but around are &lt;form&gt;, fieldset, legend and a 
div.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i am getting a 0 as result.</FONT></DIV>
<DIV><FONT face=Arial size=2>do the other tags somehow block the document... 
count?</FONT></DIV></BODY></HTML>