Hi all, I'm having a strange html type error. The code below is the result of a
servlet and works fine if there is only one line BUT if you repeat the lines from <FORM ... to </FORM> about 300 times which is what my servlet does and then view it in IE, not netscape, the table starts about halfway down the page. How can this be?
I'd be forever grateful if anyone tell me why?
-------
<FORM name='queryForm' ACTION=runservlet METHOD=POST>
<INPUT type='hidden' name='v1' value='abcdefg'>
<tr><td>123456</td></tr></form>
Thanks for any help
[This message has been edited by Tom Caldwell (edited February 26, 2001).]