[thelist] Inserting Form Fields with JS in Netscape 6+

Scott Brady evolt at scottbrady.net
Thu Dec 5 15:03:00 CST 2002


Well, we figured out why the code I sent wasn't working, and it's amazingly silly.

We had this:
<table>
<form>
<tr>
.....
</tr>
</form>
</table>

If you switch it to:
<form>
<table>
<tr>
.....
</tr>
</table>
</form>

It works just fine.  (Of course, that may cause whitespace issues, but we think we can work around that fairly easily)

Thanks everyone for the help!

Scott Brady





More information about the thelist mailing list