How would I close a JavaScript popup window with the name upload?
I know window.close() closes the current window your on but I need to close a window called upload.
I need to close it because after my upload code is done I need to close the upload indicator screen. Which is a popup that says Uploading when you start the upload. It needs to be close automatically when the upload is done.
P.S. Thank you all for anwsering my past 3 questions. I know they may sound stupid or noobish but that’s because I’m still learning. You have been a big help. When I’m done I will surely post a link to my site that I’m working on so you can see where all your hard work went to.