Mumia W. wrote:
Greg G wrote:
>I'm using a bit of javascript code to get the object type of cells in a
table. However, because of the way CGI's checkbox function puts a
<label>...</labelblock around the checkbox. This confuses javascript
which says that the type of object in that cell is unknown.
[...]
Hi Greg.
What's stopping you from writing the HTML code for the
checkbox directly?
Frankly, the code is much more readable if I use the convenience
functions. I'm trying to eliminate directly coding the HTML.
I guess I'm really irked that this was added in with no option to not
use it.
-Greg G