When I view the page and attempt to enter a value in each input and click enter. I just get the "critical stop" sound:
Code:
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
<input
type="text" name="AnimalName" size="20">
<input
type="text" name="AnimalName2" size="20"></p>
</body>
</html>
P.S. When I try with just one input, it work successfully.
Code:
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<p>
<input
type="text" name="AnimalName" size="20">
<input
type="text" name="AnimalName2" size="20"></p>
</body>
</html>
P.S. When I try with just one input, it work successfully.