PDA

View Full Version : Popup pdf on top of all windows..self.focus() dint help.


godhs
12-14-2004, 11:22 AM
Hi all,
I ve a print button in one screen. on click of this i open a new jsp(containing PDF) as a popup window and at the same time the screen with the print button gets submitted and returns to its previous screen.

The problem is i want the PDF to remain on top of all windows.
I tried
onBlur="self.focus()" on the PDF jsp.

But it doesnt work all the time.
Also, i am using struts.

Can somebody help....

Thanks in advance.