Results 1 to 2 of 2

Thread: problem with submit button

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    Singapore
    Posts
    32

    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?
    C you, C me

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    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>
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width