posted 22 years ago
From a first look at the source provided, I would suggest to wrap TABLE id=AutoNumber2, or even the whole div, with a form (if you want to support NS4, you must wrap DIV).
In current implementation you start a form inside first TD, and close it after one of </TR>, which might couse an issues.