Click to See Complete Forum and Search --> : work around needed for popup window blocker


rahulvasanth
March 28th, 2006, 01:34 AM
Hi

Right now I m using the follwoing code to open a pop up window

"<script language='javascript'>" & _
"window.open('" & pageName & "', 'CustomPopUp', " & _
"'width=400, height=500, left=0, top=0,menubar=no, resizable=no,scrollbars=yes')" & _
"</script>"

But the problem here is, the pop up window is blocked if the pop up window blocker is enabled in client browser.

I want to open this pop up window even if the pop up window blocker is enabled.

Can any one suggest, how it can be done ?

Thanking in advance

HanneSThEGreaT
March 28th, 2006, 01:50 AM
I know out of my own experience, that some popup blockers, block popups based on their window sizes. For example: with Outpost firewall (the one that I use) you can edit the popup window sizes that you want to block.
What I can advise is to tweak a bit with your window (that you want to open)'s height and width - or have a look in the popup blocker's settings