[Zope] problems with msie 6

Dieter Maurer dieter@handshake.de
Sat, 8 Mar 2003 14:22:39 +0100


Thorsten Harms wrote at 2003-3-7 13:01 +0100:
 > I created a formulator form. When it is submitted a python script is 
 > called that validates the entries and then calls a zsql method that 
 > inserts them in a mysql table. With Mozilla, msie 5.X all works fine, 
 > but using msie 6 the entries are inserted two or three times. No error 
 > messages appear in the  error_log so I have no idea where to look.
 > 
 > (Zope version is 2.6.0, formulator version is 1.2.0)
 > 
 > Any hints?

Seems, IE6 would submit the form several times????

Use a TCPLogger (e.g. Shane's "tcpwatch") to learn about
the conversation between browser and your Zope.


Dieter