Hi friends,
please look into the code iam sending, I am facing problem in this small html code. I have not submit or action tag in this html but if u keep cursor on text box and hit Enter Key it submits entair page. i want to know why this is happening.
Please copy the code and open in IE browser.
keep cursor on text box and hit enter key, u can see that page get submitted. please can any one explain why this event is happening.
Thanks in advance for all the help
Harish
<HTML><HEAD>
<TITLE>Supervisor: Policy Details [direct return]</TITLE>
</HEAD><BODY BGCOLOR="FFFFFF" TEXT="000000" LINK="000099"
VLINK="0000CC" ALINK="CC0000" TOPMARGIN="0" LEFTMARGIN="5"
MARGINHEIGHT="0" MARGINWIDTH="5" >
<!-- BEGIN HEADER TABLE -->
<!-- END HEADER TABLE -->
<!-- BEGIN SIDEBAR -->
<TABLE WIDTH="679" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD ALIGN="left" VALIGN="top" WIDTH="1">
<BR>
</TD><TD ALIGN="left" VALIGN="bottom" width="12">
<FORM>
</TD><TD WIDTH="660" ALIGN="center" VALIGN="bottom">
<!-- BEGIN GUTS -->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TD ALIGN="left" VALIGN="bottom">
<!-- BEGIN GUTS: TABLE 1 -->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD ALIGN="left" VALIGN="bottom" >
Manufacturer Name
</TD><TD ALIGN="left" VALIGN="bottom">
<INPUT TYPE="text" NAME="" SIZE="35" VALUE="">
</TD></TR>
</TABLE>
<!-- END GUTS: TABLE 1 -->
<!-- BEGIN GUTS: TABLE 2 -->
<!-- END GUTS: TABLE 2 -->
</TD></TABLE>
<!-- END GUTS -->
</TD></TR></TABLE>
</form>
</BODY></HTML>
please look into the code iam sending, I am facing problem in this small html code. I have not submit or action tag in this html but if u keep cursor on text box and hit Enter Key it submits entair page. i want to know why this is happening.
Please copy the code and open in IE browser.
keep cursor on text box and hit enter key, u can see that page get submitted. please can any one explain why this event is happening.
Thanks in advance for all the help
Harish
<HTML><HEAD>
<TITLE>Supervisor: Policy Details [direct return]</TITLE>
</HEAD><BODY BGCOLOR="FFFFFF" TEXT="000000" LINK="000099"
VLINK="0000CC" ALINK="CC0000" TOPMARGIN="0" LEFTMARGIN="5"
MARGINHEIGHT="0" MARGINWIDTH="5" >
<!-- BEGIN HEADER TABLE -->
<!-- END HEADER TABLE -->
<!-- BEGIN SIDEBAR -->
<TABLE WIDTH="679" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD ALIGN="left" VALIGN="top" WIDTH="1">
<BR>
</TD><TD ALIGN="left" VALIGN="bottom" width="12">
<FORM>
</TD><TD WIDTH="660" ALIGN="center" VALIGN="bottom">
<!-- BEGIN GUTS -->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TD ALIGN="left" VALIGN="bottom">
<!-- BEGIN GUTS: TABLE 1 -->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD ALIGN="left" VALIGN="bottom" >
Manufacturer Name
</TD><TD ALIGN="left" VALIGN="bottom">
<INPUT TYPE="text" NAME="" SIZE="35" VALUE="">
</TD></TR>
</TABLE>
<!-- END GUTS: TABLE 1 -->
<!-- BEGIN GUTS: TABLE 2 -->
<!-- END GUTS: TABLE 2 -->
</TD></TABLE>
<!-- END GUTS -->
</TD></TR></TABLE>
</form>
</BODY></HTML>