![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Internet Explorer Forum Internet Explorer Support. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2006
Posts: 1
OS: Win2k
|
Internet explorer gets hanged when form on main window gets submited from popupwindow
hi all,
I am facing following problem There is mainWindow.jsp which is having "ok" image. On click of which popupWindo.jsp is opened in new window through javascript function showPopupWindow. Contents of the showPopupWindow function are as follows: function showPopupWindow(){ popUpWindow=window.open(url,"popupWindow","resizable=0,width=817,height=525,left=115,top=125,screenX=150,screenY=180,status=1,scrollbars=yes"); } On onfocus event of mainWindow.jsp java script function checkPopupWindowStatus is called. Contents of the checkPopupWindowStatus function are as follows: function checkPopupWindowStatus() { if(popUpWindow!=null) if(!popUpWindow.closed) popUpWindow.focus(); } Now main problem is. When I close the popupWindow. I have given a call to the main window which will refresh the main window. When refresh of the main window gets happened, Internet explorer gets hanged. I have debug the problem and found that it is getting hanged because of the code in checkPopupWindowStatus(). I have tried to put some alert messages in this function. In that case it works fine.But as soon as i removed those alerts from function checkPopupWindowStatus, it is not working. Can some please tell me what will be the problem. -Ajay |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
![]() |
| Thread Tools | |
|
|