| From: | David Gagnon <dgagnon(at)siunik(dot)com> |
|---|---|
| To: | D A GERM <dgerm(at)shepherd(dot)edu> |
| Cc: | Postgresql-General <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: double entries into database when using IE |
| Date: | 2005-07-05 21:24:49 |
| Message-ID: | 42CAFAA1.6030805@siunik.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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 stupid but it's true.
It's happen on some version of IE6 I think .. not all for what I remember.
You can search the web for the solution ... I don't remember what I did
or if I actually did something to solve the problem.
/David
P.S.: This is quite OT for the postgresql mailing list .. you don't think ?
D A GERM wrote:
> 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 advance for any help.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | SCassidy | 2005-07-05 22:20:27 | Re: double entries into database when using IE |
| Previous Message | Michael Fuhr | 2005-07-05 21:23:33 | Re: double entries into database when using IE |