Ciao Andrea
ho provato così:

<script language="JavaScript">
<!--
var popupblock = false;
var test = window.open('','','width=1,height=1');
if (!test) popupblock = true; else test.close();
if (popupblock) document.write("Impossibile aprire popup.");
<% if popupblock = true Then %>

<% End if %>

//-->
</script>

ma il risultato non cambia.

Certamente sono io che non ho capito il tuo suggerimento.

Help me!!!