Stavo controllando anche io, ma è strano perchè questo è il codice che c'è dalla riga 0 alla riga 61
codice:
<%@language=vbscript%>
<%
Response.Buffer=0
%>
<head>
<link rel="stylesheet" href="CSS/stampe.css" type="text/css" id="fogliodistile">
</head>
<%
vc_userconn =session("vc_userprop")
if vc_userconn ="" then
response.redirect "timeoutt.asp"
end if
vn_codibollavvi = Request.QueryString("vn_codibollavvi")
Set con = Server.CreateObject("ADODB.Connection")
con.Open application("ConnDB")
con.CommandTimeout = 8000
Server.ScriptTimeout = 9000
%>
<!--
<div id="splash" style="position:absolute; top:25%; z-index:1">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td align="center">
Caricamento in corso...</p>
Attendere, prego...</p>
</td>
</tr>
</table>
</div>
<% Response.Flush %>
-->
<%
' Estrazione path assoluto dove scrivere i file pdf
' Nota: non presenta la parte bollavvifile e bollprogfile
sqlpathasso= "select DESC_PATH_ASSO_AVVI "_
& "from anagclie "_
& "where rownum=1 ;"
Set rspathasso = con.Execute(sqlpathasso)
'response.write sqlpathasso
vc_descpathassoavvi = rspathasso("DESC_PATH_ASSO_AVVI")
rspathasso.Close
Set rspathasso = Nothing
%>
e a riga 38 non c'è niente (è subito dopo il commento dell'"attendere prego" che ti dicevo in precedenza e che attualmente scrive senza contatore)