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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 16:01:30 2024 UTC