ChrisQuick
Programmer
I have two forms laid out as follows:
<FORM NAME='searchbyowner' Method='GET' ACTION='somepage.asp'>
<B>Owner:</B>
<INPUT TYPE='text' NAME='Owner' VALUE='' MAXLENGTH=30 SIZE=30>
<INPUT TYPE='HIDDEN' NAME='CMD' VALUE='FINDOWNER'>
<INPUT TYPE='submit' VALUE='FindOwner'>
</FORM>
<FORM NAME='searchbyadd' Method='GET' ACTION='somepage.asp'">
<INPUT TYPE='hidden' name='cmd' VALUE='FindAddress'>
<b>Address Number</b>
<INPUT TYPE='text' name='num' value='' MAXLENGTH='5' SIZE=5>
<b>Street:</B>
<INPUT TYPE='text' NAME='street' VALUE='' MAXLENGTH=30 SIZE=30,1>
<INPUT TYPE='submit' VALUE='FindAddress'>
</FORM>
In Internet Explorer, if you fill in an input for a form and hit enter, the form associated with that input is submitted. In Netscape, I have to actually click the submit button to submit the form. Is this normal in Netscape?
Thanks chrisquick@aol.com
Geographic Information System (GIS), ASP, some Oracle
<FORM NAME='searchbyowner' Method='GET' ACTION='somepage.asp'>
<B>Owner:</B>
<INPUT TYPE='text' NAME='Owner' VALUE='' MAXLENGTH=30 SIZE=30>
<INPUT TYPE='HIDDEN' NAME='CMD' VALUE='FINDOWNER'>
<INPUT TYPE='submit' VALUE='FindOwner'>
</FORM>
<FORM NAME='searchbyadd' Method='GET' ACTION='somepage.asp'">
<INPUT TYPE='hidden' name='cmd' VALUE='FindAddress'>
<b>Address Number</b>
<INPUT TYPE='text' name='num' value='' MAXLENGTH='5' SIZE=5>
<b>Street:</B>
<INPUT TYPE='text' NAME='street' VALUE='' MAXLENGTH=30 SIZE=30,1>
<INPUT TYPE='submit' VALUE='FindAddress'>
</FORM>
In Internet Explorer, if you fill in an input for a form and hit enter, the form associated with that input is submitted. In Netscape, I have to actually click the submit button to submit the form. Is this normal in Netscape?
Thanks chrisquick@aol.com
Geographic Information System (GIS), ASP, some Oracle