473,396 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Dup entries in DB

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

Jun 18 '07 #1
2 1469
Gazing into my crystal ball I observed Brett_A <br********@gmail.com>
writing in news:11**********************@n60g2000hse.googlegr oups.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

Jun 20 '07 #2
Gazing into my crystal ball I observed Brett_A <br********@gmail.com>
writing in news:11**********************@n60g2000hse.googlegr oups.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

Jun 20 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: knoak | last post by:
If a filter with bad words etc. isn't what you mean, you could put an extra field in the DB, called 'OK' or something like that. When someone enters a message in the GB, the initial value of...
0
by: Krishna Prasad | last post by:
Hello, I am in the process of designing the following kind of system -- A MySQL database holds hundreds of thousands of entries. All of these entries are periodically processed by a set of...
3
by: andreas.maurer1971 | last post by:
Hi all, since a few years I use the following statement to find duplicate entries in a table: SELECT t1.id, t2.id,... FROM table AS t1 INNER JOIN table AS t2 ON t1.field = t2.field WHERE...
1
by: Odd Bjørn Andersen | last post by:
DB2 Enterprise Server Edition, version 8.1 (fixpack 6a) on Windows 2003. Is there a command to remove old entries both from Journal or old storage snapshots. Storage snapshots is saved in the...
2
by: Stephen Poley | last post by:
I have added a combo-box to a form but it frequently fails to display all entries in the table it is based on. There are 43 entries in the table; the control initially displayed only the first 12. ...
4
by: sri2097 | last post by:
Hi all, I'm storing number of dictionary values into a file using the 'cPickle' module and then am retrieving it. The following is the code for it - # Code for storing the values in the file...
7
by: Matt | last post by:
I have approximately 5 instances on my test server that are identical to my prod server. On the prod server, when I look at the services file, there is a single entry per instance and everything...
5
by: Manish | last post by:
The topic is related to MySQL database. Suppose a table "address" contains the following records ------------------------------------------------------- | name | address | phone |...
9
by: Suman | last post by:
Happy Friday everyone!!! I am working on a windows service and a C# application and needed some help with certain functionality. Please read through my issue below. Thanks! I have a windows...
3
blyxx86
by: blyxx86 | last post by:
Is there any method to limit the number of entries a person can go back when using a form? For example, being able to only go back to entries entered on date() that way I can be sure no older...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.