I spent hundreds of hours writing an HTML5 application.
This application deals with multiple popups and I suddenly ran into a problem when managing them.
My main goal would be bring a blurred popup window to front by focusing it.
I am wondering if this is possible in JavaScript.
If not, could I use java applet in order to gain more functionality on my popup windows.
Could I perhaps embed Google V8’s engine in order to render my existing HTML5 code in this application?
when you open a window you create a reference to it. You can then use that reference to call focus() on.