I have a HTML page. On the page I have a link. When the user click on the link, I am calling a servlet which opens in a new page. On this servlet, I'm trying to update my database. After completing the update, I'm able to close the page launched from the servlet. Now I want to run a script on the original HTML page, but am unable to do so, since there is no trigger/event to call that method.
How do I do this. Thanks in advance!