
July 26th, 2000, 08:39 PM
|
|
Junior Member
|
|
Join Date: Jul 2000
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi all,
Having form input fields in different tables (with the form tag around all the tables) works with IE, but does NOT seem to work with NS. NS does not display the form fields in subsequent tables. Is it possible to make this work in NS?
As an example, can I do this in NS?:
<form action="/cgi-bin/search.cgi" method=POST>
<table><tr><td><input type=TEXT name="search" value="" SIZE=21></td></tr></table>
<table><tr><td><input type=TEXT name="search" value="" SIZE=21></td></tr></table>
</FORM>
Any help appreciated. Thanks!
Chris
|