From e03d104a9bc64a0d98654dcbcc3df26df39c5f35 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Sat, 19 Jan 2002 14:56:15 +0000
Subject: [PATCH] IE limitation
---
ChangeLog | 3 ++-
Documentation.html | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 75824219c..df68bb2e9 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,8 @@ $Id$
$Source$
2002-01-18 Marc Delisle
- * 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
* left.php3 db_details.php3, index.php3, main.php3, libraries/common.lib.php3:
diff --git a/Documentation.html b/Documentation.html
index c9161ff5b..14828294b 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1209,6 +1209,16 @@
Upgrade to at least Internet Explorer 5.5SP2.
+
+ In Internet Explorer 5.0, 5.5 or 6.0, I cannot modify a row in a
+ table with many fields.
+
+ 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.
+
+
I refresh (reload) my browser, and come back to the welcome page.