Internet Explorer quick click problem

Hello everyone,

I have a web page that gets messed up when a user double clicks a submit button in MS Internet explorer (causing the user to submit the form twice). I remember a former company of mine having this problem, but I wasn't the one who worked on the solution so I don't know how they fixed it. I tried using Javascript to solve the problem, but have hit a brick wall. I know that a solution is possible using Javascript, but I am open to just about anything.

Does anyone know of an approach, simple or otherwise, that can fix this?

Thanks in advance

[594 byte] By [calbear] at [2007-9-26 2:03:20]
# 1

Uhm, how about creating some sort of unique key, timestamp? Place it in the html as a hidden tag and when the page is submitted record it somewhere, session, db table, whatever. If a post comes in again w/ the same key disregard it.

First thing that comes to mind. Maybe not the best solution, but it'd work.

-Derek

beattris at 2007-6-29 8:45:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...