bypass pop up blocker in IE7
-
i am openning a link using a window.open when the page loads with IE7 but popup blocker is blocking it when the 'Use pop-up blocker'is enable(in Privacy tab of internet option).I want to bypass it means while the pop up blocker is enabled the window should open with the link. any suggestion wud be appreciable... thanks,
-
i am openning a link using a window.open when the page loads with IE7 but popup blocker is blocking it when the 'Use pop-up blocker'is enable(in Privacy tab of internet option).I want to bypass it means while the pop up blocker is enabled the window should open with the link. any suggestion wud be appreciable... thanks,
target="_blank" in anchor tag will open new window every time a link is clicked and won't have problems with popup blockers. If you need to resize the window, you can do it with javascript. However, if you want to hide addressbars, scrollbars etc in the opened window, maybe it's better just to use DHTML window instead. For this I would suggest using Ferant DHTML Studio Lite which is way cool!