|
-
Aug 28th, 2002, 06:56 AM
#1
Thread Starter
Member
problem with submit button
hi guys,
i have a form with 1 text field and a submit button, on some other sites, when you just hit the enter key, it will automatically submit the form. However, on mine, it just clears the field. When i click on the button, it submits as normal.
Any ideas?
-
Aug 28th, 2002, 07:44 AM
#2
Fanatic Member
Very strange, what browser are you using?
Also, try this code to see if the same thing happens...
Code:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<form name="form1" action="results.pl" method="post">
<input type="text" name="text1">
<input type="submit" name="text1">
</form>
</body>
</html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|