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
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