1. Refresh a main window from a popup window stackoverflow.comHere is my problem. In my web application which has developed using JSP/servelt there is a page with an link. When some one click that link a popup window by calling ... |
2. pop up jsp page not getting refreshed coderanch.comhi , I want to refresh a child window which is a jsp page when it gets loaded ,the problem is child window gets open up but it has to be explicitly refreshed by pressing F5 key to see the required result. The following java script i have used to acheive this task, function openWin(url) { var newWin = window.open(url,'popup','menubar=0,resizable=0,width=750,height=380,scrollbars=yes'); newWin.focus(); ... |
3. Updating parent JSP(without a page refresh) on pop-up action coderanch.com |