Re: [GENERAL] double entries into database when using IE

2005-07-06 Thread D A GERM
<[EMAIL PROTECTED]> To: D A GERM <[EMAIL PROTECTED]> Sent by: cc: Postgresql-General

Re: [GENERAL] double entries into database when using IE

2005-07-05 Thread David Gagnon
Sent by: cc: Postgresql-General Subject: Re: [GENERAL] double entries into database when using IE

Re: [GENERAL] double entries into database when using IE

2005-07-05 Thread SCassidy
cc: Postgresql-General Subject: Re: [GENERAL] double ent

Re: [GENERAL] double entries into database when using IE

2005-07-05 Thread David Gagnon
Hi, I have seen IE posting request twice to the server when you post using a button that use javascript. Per example, if you have a submit button and call a javascript that actually post the form... IE will still do the post attached to the submit button. So you will have 2 submits It's

Re: [GENERAL] double entries into database when using IE

2005-07-05 Thread Michael Fuhr
On Tue, Jul 05, 2005 at 02:04:47PM -0400, D A GERM wrote: > > I am having a problem when a browser dumps data into a table. How exactly is the browser dumping data into a table? Via a form submission handled by a CGI program or the like? > When the browser is Firefox , it works perfect; when th

[GENERAL] double entries into database when using IE

2005-07-05 Thread D A GERM
I am having a problem when a browser dumps data into a table. When the browser is Firefox , it works perfect; when the browser is IE, it dumps 2 entries into the table just thousandths of a second apart. What could be causing this? Is this an issue with IE, Apache or Postgres. Thanks in advan