ciao willy
ho fatto questo

<html><head><script language='javascript'>
<!--//
myFloater = window.open('pagina.htm','myWindow','scrollbars=no ,status=no,width=200,height=100')

function incrementale(runOnce) {
if (runOnce == 1) {
myFloater.document.getElementById("pippo").innerHT ML = "<font color=#000000>ATTENDERE PREGO....</font>" ;
} else {
myFloater.document.getElementById("pippo").innerHT ML = "<font color=#000000>" + runOnce +"</font>";
}
}
//-->
</script>
</head>

<body>
<%
Dim counter
counter = 0
giro = 10
splitVal = 1000
for i = 1 to 3000
if (i mod splitVal) = 0 then
if counter = 0 then
response.write "<script>incrementale(1)</script>"
counter = 999
else
response.write "<script>incrementale(" & giro & ")</script>"
end if
end if
giro = giro + 1
next
response.write "<script>incrementale('finito')</script>"
%></body></html>
e nella pagina.html c'è il layer pippo
ma nono fa assolutamente un tubero: apre la pagina e resta vuota