I have a page with popup windows that all have print() links in them. When I click "print" in the pop-up, the print dialog comes up just like it should, but the pop-up window is pushed to the back. What I would like to do is make sure that the pop-up is still on top after the user prints. Is it possible to call the focus() command automatically after the print dialog ends? Barring that, I wonder if I can call focus() on the pop-up but pass it an argument so that it's only relative to its parent window.
This is a little beyond my current knowledge of JavaScript, but I can't believe I'm the only one who has ever wanted to do something like this. Any help would be much appreciated.
Thanks,
Alex
This is a little beyond my current knowledge of JavaScript, but I can't believe I'm the only one who has ever wanted to do something like this. Any help would be much appreciated.
Thanks,
Alex