questa è la pagina che punta a reg_rma_sea.asp
<%Response.Buffer = false%>
<%
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.open"Driver={Microsoft Access Driver (*.mdb)}; dbq=" & server.MapPath("/db/db.mdb")
strSQL = "select COUNT(ID) AS totaleRecord FROM rma"
Set objRs = Server.createObject("ADODB.Recordset")
objRs.Open strSQL, objConn
%>
<table border="1" width="640" id="table94" style="border-width: 0px">
<tr>
<td style="padding-left: 4px; padding-right: 4px" bordercolor="#C0C0C0">
<font color="#000080" face="Verdana" size="2">Cisono<%response.write(objRs("totaleRecord"))%>Richieste Rma</font></td>
</tr>
</table>
<%
objRs.Close
Set objRs = Nothing
Dim conn
set conn=Server.CreateObject("adodb.connection")
conn.open"Driver={Microsoft Access Driver (*.mdb)}; dbq=" & server.MapPath("/fpdb/resi.mdb")
Dim rs
set rs=Server.CreateObject("adodb.recordset")
rs.open "select datarichiesta,ragionesociale,indirizzo,email,fattu re,partitaiva,telefono,fax from rma",conn
Dim id,datarichiesta,ragionesociale,indirizzo,email,fa tture,partitaiva,telefono,fax
Do while NOT RS.EOF
ragionesociale = rs("ragionesociale")
'id = rs("id")
datarichiesta=rs("datarichiesta")
ragionesociale=rs("ragionesociale")
indirizzo=rs("indirizzo")
telefono=rs("telefono")
fax=rs("fax")
email=rs("email")
fatture=rs("fatture")
partitaiva=rs("partitaiva")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>:::Registrazione Modulo Rma:::</title>
<style>
<!--
div.Section1
{page:Section1;}
-->
</style>
</head>
<body bgcolor="#D6DAE7" topmargin="0">
</p>
[b]<font size="3" face="Verdana">
<table border="1" width="640" id="table93" style="border-width: 0px">
<tr>
<td bgColor="#327ABE" width="79%">
<div style="border-style: solid; border-width: 1">
<span class="titbox">
<font size="2" face="Verdana" color="#FFFFFF">DATI ANAGRAFICI
</font></span></div>
</td>
</tr>
</table>
<table border="1" width="25%" id="table9" style="border-width: 0px">
<tr>
<td style="padding-left: 4px; padding-right: 4px" bordercolor="#C0C0C0" width="125" bgcolor="#D6DAE7">
<font size="2" color="#000080">Data:</font></td>
<td style="padding-left: 4px; padding-right: 4px" bordercolor="#C0C0C0">
<font color="#000080">
<font size="2"><%response.write(datarichiesta)%></td>
</tr>
</table>
<table border="1" width="640" id="table10" style="border-width: 0px">
<tr>
<td style="padding-left:4px; padding-right:4px" width="124" bordercolor="#C0C0C0" bgcolor="#D6DAE7">
<font color="#000080" size="2">Ragione Sociale:</font></td>
</font><font size="3">
<td style="padding-left:4px; padding-right:4px" bordercolor="#C0C0C0">
</font><font size="2"><font size="3">
<%response.write(ragionesociale)%></font><font size="3" face="Verdana" color="#000080"></font></font><font size="3" face="Verdana"></td>
</tr>
</table>