DrumAt5280
Technical User
I am new to JavaScript. I think this is an easy question.
I have a form that uploads images to the server and i would like a pop-up to occur onClick or onSubmit that displays a message "Please wait for upload..." while the images are being uploaded on the action page. Once the action page is fully loaded i want JS to kill (close) the pop-up window.
I am not sure how to go about this and also how to get around all the pop up blockers out there. Any advice on how this could be done?
Thanks!
I have a form that uploads images to the server and i would like a pop-up to occur onClick or onSubmit that displays a message "Please wait for upload..." while the images are being uploaded on the action page. Once the action page is fully loaded i want JS to kill (close) the pop-up window.
I am not sure how to go about this and also how to get around all the pop up blockers out there. Any advice on how this could be done?
Thanks!