Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unexplained phenomenon on the enter key
Message
De
04/12/2014 09:08:42
 
 
À
Tous
Information générale
Forum:
HTML5
Catégorie:
Dépannage
Titre:
Unexplained phenomenon on the enter key
Divers
Thread ID:
01611804
Message ID:
01611804
Vues:
47
I have something I cannot explain.

Take this form in IE 11 and from the input field press Enter:
<html> 
<body> 
<form method="Post" action="http://www.levelextreme.com">
<input name="Title_E" type="text" />
</form>
</body>
</html>
This will submit the form.

Now, add a second input field and do the same.
<html> 
<body> 
<form method="Post" action="http://www.levelextreme.com">
<input name="Title_E" type="text" />
<input name="Title_F" type="text" />
</form>
</body>
</html>
The form is not submitted.

Anyone can exlain this?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform