IE limitation

This commit is contained in:
Marc Delisle
2002-01-19 14:56:15 +00:00
parent 4925b1c1d4
commit e03d104a9b
2 changed files with 12 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ $Id$
$Source$
2002-01-18 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, new download location for the RedHat PHP package
* Documentation.html, new download location for the RedHat PHP package,
and new FAQ entry about a limitation in IE
2002-01-18 Olivier M<>ller <om@omnis.ch>
* left.php3 db_details.php3, index.php3, main.php3, libraries/common.lib.php3:

View File

@@ -1209,6 +1209,16 @@
Upgrade to at least Internet Explorer 5.5SP2.<br />
</p>
<p>
<b>In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a
table with many fields.</b>
<br />
Your table does not have a primary key, so we must use a long URL to
identify this row. There is a limit on the lenght of the URL in those
browsers, and this not happen in Netscape, for example. The workaround
is to create a primary key, or use another browser.<br />
</p>
<p>
<b>I refresh (reload) my browser, and come back to the welcome page.</b>
<br />