Jump to content

Popunder


dr.pepper

Recommended Posts

I know it's a bad idea but i've been asked by a client to develop a popunder. This means the window will pop up under (behind) the current window. When googling i've found a lot which don't do this and only pop up over the current window. Does anyone know of a script which works in this way and works in all browsers? The most common script seems the be the one below but this only pops up and not under.

 

var popunder="http://www.yahoo.com"
var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"

win2=window.open(popunder,"",winfeatures)
win2.blur()
window.focus()

Link to comment
https://forums.phpfreaks.com/topic/258979-popunder/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.