I know that nobody here will answer this question, because this is the third time I've tried. But, I like to do this anyway because its such a simple question that you'd expect ANYBODY that had ANY experience at all with Javascript could answer this question without even thinking about it. It's been my experience that it's far more difficult a question than anybody had ever expected or believed possible.

Now, without further ado, the most difficult question in the Universe:

I've got a simple form, nothing fancy, it just sends the data in the fields to an e-mail address via the mailto: in the action attribute. There's just one problem, when the user clicks on the submit button it seems as if nothing happens, so they keep clicking and clicking and clicking unknowingly submitting five or more of the same form. What I need is a javascript that would redirect the user's browser to a specified URL when they click on the submit button.

Sounds simple, doesn't it? Well, think again, because a simple little OnSubmit event handler in the form tag never worked, maybe I wasn't doing it right but I didn't exactly have much help. Same goes for an OnClick in the Submit button.

The race is on, who can answer the most difficult known question in the Universe?