Ciao a tutti,

ho una pagina html così fatta:

Codice PHP:
   <body>
  <
form name="form" action="pippo.htm" method="POST">
  <
table class="table_class">
   <
tr>
    <
td class="td_class" colspan="2" align="center">
     [
b]CREAZIONE ODV POSIZIONE[/b]
    </
td>
   </
tr>
   <
tr>
    <
td bgcolor="#6699FF" width="10%">
     [
B]COMMITTENTE<font color="RED">*</font>[/B]
    </
td>
    <
td bgcolor="#6699FF">
     <
input class="width_100" name="KUNNR" type="text" value=<%= wa_header-kunnr%>>
<%--     <
input class="width_10" type="button" value="?" onclick="match_code()">--%>
    </
td>
   </
tr>
   <
tr>
    <
td bgcolor="#6699FF" width="10%">
     [
B]DEST.MERCI<font color="RED">*</font>[/B]
    </
td>
    <
td bgcolor="#6699FF" >
     <
input class="width_100" name="KUNWE" type="text" value=<%= wa_header-kunwe%>>
    </
td>
   </
tr>
   <
tr>
    <
td class="td_class" colspan="2" align="center">
     <
input class="width_100" type="submit" value="enter">
    </
td>
   </
tr>
   </
table>
   </
form>
   </
body>
   </
html
Il mio problema è il seguente: Quando premo INVIO deve andare nella pagina specificata nell'action, in questo caso pippo.html
Se utilizzo IE8/chrome funziona tutto perfettamente, se utilizzo IE5 e premo INVIO non succede nulla.

Sapete quale possa essere il problema?
Grazie.