Pop-under is a kind of pop up window that appear behind the main window. It’s very easy to write the script, only need two lines of javascript code.
First line is creating an object, the new window. Then the object is blur’ed using blur() function. This will make the new window lost the focus.
Second line is to rise the main window so it gets focus or active.
Have fun!
Leave a Reply