Home > Archive > ASP > June 2007 > Dup entries in DB
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Brett_A 2007-06-18, 7:56 am |
| I have the following contact us submission form.
http://www.remarkableleadershipbook.com/contact.asp
When I submit using Firefox on either my laptop to my desktop, I get
single entries in the db.
When I submit using IE 6 or 7, I get duplicate entries in the db.
I had a friend test on both IE and Firefox, dubs for IE, not for
Firefox.
I'm using ASP to insert the records into an Access db.
How is this freak'n possible?
Any thoughts? Comments on the site are welcome as well - it is a new
site for me.
Thanks
Brett
| |
| Adrienne Boswell 2007-06-20, 3:56 am |
| Gazing into my crystal ball I observed Brett_A <brettatkin@gmail.com>
writing in news:1182165939.052620.128590@n60g2000hse.googlegroups.com:
> I have the following contact us submission form.
>
> http://www.remarkableleadershipbook.com/contact.asp
>
> When I submit using Firefox on either my laptop to my desktop, I get
> single entries in the db.
>
> When I submit using IE 6 or 7, I get duplicate entries in the db.
>
> I had a friend test on both IE and Firefox, dubs for IE, not for
> Firefox.
>
> I'm using ASP to insert the records into an Access db.
>
> How is this freak'n possible?
>
> Any thoughts? Comments on the site are welcome as well - it is a new
> site for me.
>
> Thanks
>
> Brett
>
>
What happens when you loop through the form collection? I took a look at
the source of this document - what a mess! Clean up your markup
validation errors, stop using fonts units that are not resizable, put all
that javascript into an external file, and remember that not everyone has
a body color of #fff - some of us have pale blue, so images with white
borders stand out. I know that page is _supposed_ to have a white
background - you just need to state that.
Speaking of the javascript, I have a funny feeling that's what your
problem might be. My suggestion to you is to ask in a javascript group.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
| |
| Adrienne Boswell 2007-06-20, 3:56 am |
| Gazing into my crystal ball I observed Brett_A <brettatkin@gmail.com>
writing in news:1182165939.052620.128590@n60g2000hse.googlegroups.com:
> I have the following contact us submission form.
>
> http://www.remarkableleadershipbook.com/contact.asp
>
> When I submit using Firefox on either my laptop to my desktop, I get
> single entries in the db.
>
> When I submit using IE 6 or 7, I get duplicate entries in the db.
>
> I had a friend test on both IE and Firefox, dubs for IE, not for
> Firefox.
>
> I'm using ASP to insert the records into an Access db.
>
> How is this freak'n possible?
>
> Any thoughts? Comments on the site are welcome as well - it is a new
> site for me.
>
> Thanks
>
> Brett
>
>
What happens when you loop through the form collection? I took a look at
the source of this document - what a mess! Clean up your markup
validation errors, stop using fonts units that are not resizable, put all
that javascript into an external file, and remember that not everyone has
a body color of #fff - some of us have pale blue, so images with white
borders stand out. I know that page is _supposed_ to have a white
background - you just need to state that.
Speaking of the javascript, I have a funny feeling that's what your
problem might be. My suggestion to you is to ask in a javascript group.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
| |
|
|
|
|
|
|
|