Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form submit problem in netscape

Status
Not open for further replies.

hondavtr

Programmer
Aug 23, 2002
4
AU
I can't work out why this form just seems to hang when I hit the submit button in Netscape 4.77 (I need it to work in N 4.77 for an assignment) - it's fine in IE. I've tried post instead of get with the same result.
Is there some quirk in Netscape 4.77?

<html>
<body>
<form NAME=&quot;MForm&quot; method=&quot;GET&quot; action=&quot;Results_data.php&quot;>
<table>
<tr>
<td> Subject:</td>
<td>
<input type=&quot;text&quot; name=&quot;subject&quot; size=&quot;35&quot;>
</td>
</tr>
<tr><td colspan=&quot;2&quot;> </td></tr>
<tr>
<td> </td>
<td>
<table>
<tr>
<td><input type=&quot;reset&quot; value=&quot;CLEAR&quot;></td>
<td><input type=&quot;submit&quot; value=&quot;SEARCH&quot;></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
 
Hi hondavtr , I checked your form, and nothing wrong with it...try looking at the &quot;Results_data.php&quot; page, if theres a problem its gonna be at that page... I have not failed; I merely found 100,000 different ways of not succeding...
 
Hi,

It worked fine for me too, using 4.76... you might want to clean up your HTML thought, Netscape often chokes on sloppy code. (actually, it usually screws up on perfectly good code too!)

Bye.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top