Click to See Complete Forum and Search --> : Pressing a sumbit button in Java pop-up


LeprosyCDC
April 25th, 2003, 11:24 AM
hello, i wish to know if you write a java pop-up frame and it has a submit button, if the user presses it 2 times quickly, will they submit it twice? is there a way to get around this?

thanks
steve

Satishpp
April 25th, 2003, 11:49 AM
i wish to know if you write a java pop-up frame and

Do you mean Javascript popup as in the following syntax

var oPopup = window.createPopup();

If yes.. read on

I am not sure if it will submit twice, but you could avoid that by disabling the submit button on click.

Hope this helps

Satish

antares686
April 28th, 2003, 05:09 AM
For aesthetic purposes we hide the button and replace with an image with the word processing on it to let them know things are in motion.