Hi all,
i test the gui form with the standard IE5.0 based on win2000
there are 2 possible bugs
1 is based in the htmlarea script. (I look at it)
after excluding the load of the script there are a an error in forms-lib.js at line 65
the compare of
if (name == undefined)
can't work because undefined as name is not defined ;)
I add
var undefined;
at top and it rocks
Tested under IE5.0, IE6.0, Moz 1.6


Klaus

Reply via email to