prova ad utilizzare


VB-
codice:
If Not Pagina.IsStartupScriptRegistered("nomescript")) Then
    Pagina.RegisterStartupScript("nomescript","<script>window.open (pagina.aspx','','height=450, width=370')</script>")
End If