%
'--------------------------------
'This is the main script which will
'show all the signed entry
'--------------------------------
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Provider = "Microsoft.Jet.OLEDB.4.0"
Conn.ConnectionString = "Data Source=" & Path
Conn.Open
Set Rs = Server.CreateObject("ADODB.Recordset")
Rs.Open "SELECT * from test", Conn, 1,3
if not len(trim(LogoImage))>0 then logo="" else logo=""
if not len(trim(BackImage))>0 then back="" else back="background='" & BackImage & "'"
Rs.Close
Conn.Close
set Rs=nothing
set Conn=nothing
%>
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Sul prossimo numero le risposte e le spiegazioni |