Click to See Complete Forum and Search --> : Window Minimizing


Kurhen
08-19-2003, 11:28 AM
I am using window.open('URL','name','features') to open new window. Most of the time it minimizes itself. I tried self.focus()
on body_onload event of the new window. It did not help. createPopUp or showModalDialog will not work for me. Please point me in the right direction.

requestcode
08-19-2003, 11:33 AM
That will happen when some action is taking place in the main window. You try onBlur="self.focus()" in the body tag of the popup window document.