forget the pop blockers for a moment, lets say I got to the point the window opened:
in IE6 and previous version of IE I could open a window with no location bar, menu bar, toolbar etc. like so:
Code:
window.open("test.html","",'height=190,width=290,toolbar=no,menubar=no,location=no,status=no')
in IE7 it doesn't work.
anybody here have an idea how to get this to work in IE7 ?