8 Mar
2003
8 Mar
'03
1:22 p.m.
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