Hi,
I'm probably just blind or something, but IE7 just stopped letting a popup I've written in javascript from opening in a (duh!) popup window. Instead, it's loading in the same tab as the link was called from. That violates the tab settings I have established to pretty much open everything in a new tab. Also, although the popup blocker is enabled, this IS NOT an auto popup. In other words, you have to click a link to open this popup. It's not spam. Still, the originating site has been added to the popup exceptions list in IE7.
This popup works fine in Firefox 3.
The only recent change was to increase the window dimensions, and the addition of a "location=1" parameter because I need the address bar displayed. Changing those back does not get IE7 to pop this thing up as before.
Here's the open statement. Anyone see the problem? window.open("http://www.girlsrockradio.com/minisite.php", "Girls Rock Radio MiniSite", "height=330,width=640,location=1");
Any ideas about how to better handle a popup like this are also welcome.
Thanks!