I have a button that needs to open a new window as a popup (under the parent page). In IE/Firefox, it works fine, but in chrome the popup appears over (on top of) the parent
The end of popunder is here. Chrome closed it yesterday.
window.open('http://google.com','','height=500,width=500'); window.open().close();
Don't use popunders for evil