Torna al Thread

[CODE]<script LANGUAGE="VBScript"> <!-- Sub popupCondizioni(pagina) altezza = 185 larghezza = 200 posX = (screen.width-larghezza-30)/2 posY = (screen.height-altezza)/2 window.open pagina,"Condizioni","width="&larghezza&",height="&altezza&", top="&posY&" , left="&posX&", scrollbars=no,resizable=no,status=no,location=no,toolbar=no" End Sub Sub popupSostituito(pagina) altezza = 30 larghezza = 700 posX = (screen.width-larghezza-10)/2 posY = (screen.height-altezza)/2 window.open pagina,"Sostituito","width="&larghezza&",height="&altezza&", top="&posY&" , left="&posX&", scrollbars=no,resizable=no,status=no,location=no,toolbar=no" End Sub Sub popupCross(pagina) altezza = 50 larghezza = 700 posX = (screen.width-larghezza)/2 posY = (screen.height-altezza)/2 window.open pagina,"CrossReference","width="&larghezza&",height="&altezza&", top="&posY&" , left="&posX&", scrollbars=yes,resizable=no,status=no,location=no,toolbar=no" End Sub[/CODE]
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5