php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16599 strange behaviour with IE
Submitted: 2002-04-14 13:56 UTC Modified: 2002-04-14 14:21 UTC
From: georg_gruber at yahoo dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.1.2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: georg_gruber at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-04-14 13:56 UTC] georg_gruber at yahoo dot com
see the file:
http://ggnxp.com/tests/submiterror.php

description:
abnormal form submit behaviour with IE (maybe IE error?).

try this:
enter a value and hit enter with the mouse.

enter a value and hit enter with the space key.

enter a value and press enter in the text field (IN THE textfield!!)...NOTHING HAPPENS??

error experienced with IE 6.0.2600.0000, german edition.

georg_gruber@yahoo.com

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-14 13:59 UTC] georg_gruber at yahoo dot com
tested on netscape 6.2 NO ERROR so far??
 [2002-04-14 14:06 UTC] msopacua at idg dot nl
bogus.
Don't rely on <input type="submit">.

Well known.
Use:
if(isset($_POST['param']), not if(isset($_POST['store']).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 11:01:37 2025 UTC