Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unexplained phenomenon on the enter key
Message
From
04/12/2014 09:08:42
 
 
To
All
General information
Forum:
HTML5
Category:
Troubleshooting
Title:
Unexplained phenomenon on the enter key
Miscellaneous
Thread ID:
01611804
Message ID:
01611804
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform