Good day,
I have a slight problem with a site I have developed.
I have a report being generated to a new browser by using the following code
Response.Write("<script language=javascript> window.close();window.open(" & Url & ",null, ); </script>")
The problem is that Zone alarm pro and the like are blocking the page from comming up because it thinks it is a popup.
Is there another way to achieve this ?
I have a slight problem with a site I have developed.
I have a report being generated to a new browser by using the following code
Response.Write("<script language=javascript> window.close();window.open(" & Url & ",null, ); </script>")
The problem is that Zone alarm pro and the like are blocking the page from comming up because it thinks it is a popup.
Is there another way to achieve this ?