Hi,
I have developed an application in which clicking a button opens a popup.
This is the code which i am placing in button click event.
Response.Write( "<script type='text/javascript'>Upd ate=window.open ('WebForm2.aspx ','Update','wid th=450,height=5 50,top=200,left =250,resizable= no');" + "</script>");
But this is blocked by google tool bar. I want to popup without any blockings.
Since the popup is very essential, I need to display that.
How can i prevent blocking my popup.
I have developed an application in which clicking a button opens a popup.
This is the code which i am placing in button click event.
Response.Write( "<script type='text/javascript'>Upd ate=window.open ('WebForm2.aspx ','Update','wid th=450,height=5 50,top=200,left =250,resizable= no');" + "</script>");
But this is blocked by google tool bar. I want to popup without any blockings.
Since the popup is very essential, I need to display that.
How can i prevent blocking my popup.
Comment