Question : IE8 Submit Form with [Enter] Key, not functioning properly

Hello All;

There is a problem (Bug) with IE8, that needs to be squashed.

OK.
This is my Search Form (below in code view)

When using FF and Chrome. and your search for the term    kiss
You get:
Main.asp?Type=Results&Term=kiss&Submit=Images

BUT
With IE8, when you do the same search, you only get
Main.asp?Type=Results&Term=kiss

You are missing the
&Submit=Images

How can I get IE8 to brab the rest of the Form fields on pressing the [Enter] key?

As mentioned, this works great in FF and Chrome, but not in IE8

Thank You
Carrzkiss
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
<form action="">
<input class="SField" type="hidden" name="Type" value="Results" />
<table style="text-align:left; vertical-align:top;">
<tr>
  <td style="border:1px #000000 dotted;">Search Term</td>
  <td style="border:1px #000000 dotted;"><input name="Term" type="text" tabindex="1" /></td>
</tr>
<tr><td colspan="3" style="border:1px #000000 dotted;">
Search <input class="SField" type="submit" name="Submit" value="Images" tabindex="2"  /></td>
</tr>
</table>
</form>

Answer : IE8 Submit Form with [Enter] Key, not functioning properly

Hi
to fix this problem you must use a hidden field and send your data with this.
usually submit key value not need
Random Solutions  
 
programming4us programming4us