As stated in the Title, i'm trying to figure out if it's possible in Javascript to:
- Open a popup through my parent site with window.open
- Have that popup display in front of the parent
- Not lose keyboard focus from the parent window.
So something like the functionality of the popup notification of Windows Messenger for example
Any ideas?
Regards, user523842 :P