Dup entries in DB
am 18.06.2007 13:25:39 von Brett_A
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
Re: Dup entries in DB
am 20.06.2007 07:43:04 von Adrienne Boswell
Gazing into my crystal ball I observed Brett_A
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
Re: Dup entries in DB
am 20.06.2007 07:44:15 von Adrienne Boswell
Gazing into my crystal ball I observed Brett_A
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