Javascript

Simple Pop-Under Window Using Javascript

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!

3 Comments

  1. nice and simple script. thanks

  2. Comment by post author

    Misalnya saya komen di sini..

  3. lalu saya komentar di sini

Leave a Reply