0% found this document useful (0 votes)
34 views

Updmem ASP

This document contains code for updating and verifying member information in a database. It begins by connecting to a database and declaring variables. It then checks various conditions like password mismatches and missing data. If the conditions are met, it updates the member's information in the database and redirects the page. The document contains code for handling different error scenarios by redirecting to separate error pages.

Uploaded by

iana2525
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Updmem ASP

This document contains code for updating and verifying member information in a database. It begins by connecting to a database and declaring variables. It then checks various conditions like password mismatches and missing data. If the conditions are met, it updates the member's information in the database and redirects the page. The document contains code for handling different error scenarios by redirecting to separate error pages.

Uploaded by

iana2525
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 12

updmem.

asp
<html>
<head>
<title>VERIFICARE SI UPDATARE MEMBRU</title>
<base target="useri">
</head>
<body>
<%@ Language = "VBScript"%>
<%
dim Parola,Parolav,Parolan,Parolanc,conn,rs
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open(Server.Mappath("users.mdb"))
set rs = Server.CreateObject("ADODB.recordset")
rs.open "Clienti", conn, 2, 2
Parolav=Request("Parolav")
Parolan=Request("Parolan")
Parolanc=Request("Parolanc")
If Request("Varsta")>90 or Request("Varsta")<10 Then Server.Transfer "varstagres.asp"
If Parolav="" or Parolav<>Session("Parola") Then Server.Transfer "parolavdif.asp"
If (Parolan<>"" and Parolnc<>"") or (Parolan<>Parolanc) Then Server.Transfer "paroladif.asp"
If Request("Nume")="" or Request("Prenume")="" or Request("Varsta")="" or Request("Nume")="Adresa" or
Request("NrTelefon")="" or Request("Ocupatie")="" Then Server.Transfer "datelipsa.asp"
If Parolav=Session("Parola") and (Parolan="" or Parolanc="") Then Server.Transfer "parolalipsa.asp"
If Parolav=Session("Parola") and Parolan<>Parolanc Then Server.Transfer "paroladif.asp"
If Parolav="" Then Parola=Session("Parola")
If Parolav=Session("Parola") and Parolan=Parolanc Then Parola=Parolan
rs.movefirst
do until rs.EOF
If rs("Nume cont")=Session("NumeCont") Then
rs("Nume")=request("Nume")
rs("Prenume")=request("Prenume")
rs("Sex")=request("Sex")
rs("Varsta")=request("Varsta")
rs("Adresa")=request("Adresa")
rs("Nr Telefon")=request("NrTelefon")
rs("Ocupatie")=request("Ocupatie")
rs("Parola")=Parola
Session("Nrcrt")=Nrcrt
Session("NumeCont")=rs("Nume cont")
Session("Nume")=rs("Nume")
Session("Prenume")=rs("Prenume")
Session("Sex")=rs("Sex")
Session("Varsta")=rs("Varsta")
Session("Adresa")=rs("Adresa")
Session("Nr Telefon")=rs("Nr Telefon")
Session("Ocupatie")=rs("Ocupatie")
Session("Achizitii")=rs("Achizitii")
rs.update
rs.movelast
rs.close
set rs= nothing
set conn = nothing
Server.Transfer "cont.asp"
End If
rs.MoveNext
Loop
%>
</body>
</html>

parolavdif.asp
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">

<title>CONT USER</title>
<base target="firma">
</head>
<body link=#ffff80 vlink=#a0a000 alink=#a0a000 topmargin="5" leftmargin="5" bgcolor="#000000">
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><b><font face="Times New Roman"
color="#CC0000" size="3">PAROLA
VECHE ERONATA.</font></b></p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><b><font face="Arial" size="2"
color="#FFFFFF">VA RUGAM INTRODUCETI
CORECT VECHEA PAROLA.</font></b></p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><img border="0"
src="Poze/computer002.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<b><font face="Arial" size="3" color="#FFFFFF"> </font><font color="#CC0000" face="Arial" size="3"> <img border="0"
src="Poze/computer009.gif"></font></b></p>
</body>
</html>

paroledif.asp
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>CONT USER</title>
<base target="firma">
</head>
<body link=#ffff80 vlink=#a0a000 alink=#a0a000 topmargin="5" leftmargin="5" bgcolor="#000000">
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><b><font face="Times New Roman"
color="#CC0000" size="3">PAROLE
DIFERITE.</font></b></p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><b><font face="Arial" size="2"
color="#FFFFFF">VA RUGAM INTRODUCETI PAROLE
IDENTICE.</font></b></p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><img border="0"
src="Poze/computer002.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<b><font face="Arial" size="3" color="#FFFFFF"> </font><font color="#CC0000" face="Arial" size="3"> <img border="0"
src="Poze/computer009.gif"></font></b></p></body></html>

varstagres.asp
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>CONT USER</title>
<base target="firma">
</head>
<body link=#ffff80 vlink=#a0a000 alink=#a0a000 topmargin="5" leftmargin="5" bgcolor="#000000">
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>

<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><b><font face="Times New Roman"
color="#CC0000" size="3">VARSTA&nbsp;
ERONATA.</font></b></p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><b><font face="Arial" size="2"
color="#FFFFFF">VA RUGAM
SA VA INTRODUCETI VARSTA REALA.</font></b></p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center">&nbsp;</p>
<p style="line-height: 100%; margin-top: 1; margin-bottom: 1" align="center"><img border="0"
src="Poze/computer002.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<b><font face="Arial" size="3" color="#FFFFFF"> </font><font color="#CC0000" face="Arial" size="3"> <img border="0"
src="Poze/computer009.gif"></font></b></p>
</body>
</html>

oferta.asp
<head>
<title>LISTA DE COMPONENTE</title>
</head>
<frameset rows="30%,*">
<noframes>
<body background=bk3.bmp link=#ffff80 vlink=#a0a000 alink=#a0a000>
<p align="center" style="line-height: 100%">
<center>
</body>
</noframes>
<frame name="detcomp" scrolling="no" noresize src="detcomp.asp" target="ofertacomp">
<frame name="ofertacomp" src="compintro.asp" target="drsus" scrolling="yes">
</frameset>

detcomp.asp
<head>
<base target="ofertacomp">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>LISTA DE COMPONENTE</title>
</head>
<body link=#ffff80 vlink=#a0a000 alink=#a0a000 topmargin="1" leftmargin="0" bgcolor="#000000">
<p align="left" style="line-height: 100%; margin-bottom: 0">
<%
IF Request.QueryString("varPlanet")="" THEN %><b>
<%Else%> <applet code=Orbiter width=156 height=130 align="right">
<param name="planet"
value="<%=Request.QueryString("varPlanet")%>"
<param name="tilt"
value="10">
<param name="rpm"
value="5">
<param name="string"
value="<%=Request.QueryString("varString")%>">
</applet>
<%End If%>
&nbsp;</b>
</p>
<b>
<p align="left" style="line-height: 100%; margin-top: 3"><img border="0" src="buy.gif" width="67" height="69" style="float: left"
align="left"><font color="#FF0000" size="5">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
OFERTA DE COMPONENTE</font></p>
<p align="left" style="line-height: 150%"><font size="4"
color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LA DATA DE&nbsp;&nbsp;<%Response.Write(date)%>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ORA&nbsp;&nbsp<
%Response.Write(time)%></font>
</p>
<p align="left" style="line-height: 150%"><font color="#FFFF00" face="Times New Roman"
size="2"><i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<span style="background-color: #000080"><a href="comp.asp?Link=codcomp.asp" target="ofertacomp">CUMPARA

PE COMPONENTE</a></span>&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="comp.asp?Link=codsis.asp" target="ofertacomp"><span style="background-color: #000080">CUMPARA UN SISTEM
INTREG </span> </a></i> </font></p> </body>

compmintro.asp
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<base target="drsus">
</head>
<body bgcolor="#000000">
<p align="center"><b><i><font size="6" color="#FFFFFF">Bun venit !</font></i></b></p>
<p align="center"><font color="#FF0000" size="6">&nbsp;</font><img border="0" src="Poze/salutm.gif" width="132"
height="132"></p>
<p align="left" style="line-height: 100%; margin-top: 1; margin-bottom:
5">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<font color="#FF0000" size="5">Va rugam sa alegeti de mai sus varianta dorita :</font></p>
<p align="left" style="line-height: 100%; margin-top: 1; margin-bottom: 5">&nbsp;</p>
<p align="left" style="line-height: 100%; margin-top: 1; margin-bottom: 5"><font color="#FF0000"
size="4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font><font
color="#FF0000" size="4">
</font><b><i><span style="background-color: #000080"><font color="#FFFF00" face="Times New Roman" size="2">CUMPARA
PE COMPONENTE</font></span></i></b></p>
<p align="left" style="line-height: 100%; margin-top: 4; margin-bottom: 4"><b><i><font face="Times New Roman" size="2"
color="#FFFF00">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
nbsp;
</font><span style="background-color: #000080"><font color="#FFFF00" face="Times New Roman" size="2">CUMPARA
UN SISTEM INTREG</font></span></i></p>
</body>
</html>

comp.asp
<head>
<base target="drsus">
<title>COMPONENTE</title>
</head>
<body link=#ffff80 vlink=#a0a000 alink=#a0a000 topmargin="5" leftmargin="3" bgcolor="#000000">
<%
dim n
Session("n")=-1
Session("Prettotal")=0
dim varString
dim Cale,Coef
dim varPlanet
dim varProd
dim Valcomp
dim varModel
dim varBuc
dim varPret

dim conn
dim Rubr
dim coss(2,22)
dim cosc(4,20)
dim rs,strNr
strNr=0
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open(Server.Mappath("ofertaco.mdb"))
set rs = Server.CreateObject("ADODB.recordset")
rs.open "Componente", conn, 2, 2
Cale=Request.QueryString("Link")
IF Cale="codcomp.asp" THEN Coef=int(Session("Achizitii")/3000)+1
IF Cale="codsis.asp" THEN Session("CUMPCOS")=coss
IF Cale="codcomp.asp" THEN Session("CUMPCOS")=cosc
IF Cale="codsis.asp" THEN Coef=int(Session("Achizitii")/2000)+1
If Session("Achizitii")<200 Then Coef=0
%>
<p style="line-height: 100%; margin-top: 0; margin-bottom: 0" align="left"><b><font color="#FF0000"
size="2">&nbsp;</font></b></p>
<b>
<div align="left">
<table border="1" cellpadding="0" cellspacing="0" width="645" height="337">
<tr>
<td width="105" height="21">
<p align="center"><b><font color="#FF0000" size="2">COMPONENTA&nbsp;</font></b></td>
<td width="64" height="21">
<p align="center"><b><font color="#FF0000" size="2">FIRMA&nbsp;&nbsp;</font></b></td>
<td width="135" height="21" align="center">
<p align="center"><b><font color="#FF0000" size="2">MODELUL&nbsp;</font></b></td>
<td width="198" height="21" align="center">
<p align="center"><b><font color="#FF0000" size="2">CARACTERISTICI&nbsp;</font></b></td>
<td width="34" height="21">
<p align="left"><b><font color="#FF0000" size="2">PRET&nbsp;</font></b></td>
<td width="48" height="21">
<p align="left"><b><font color="#FF0000" size="2">PT DVS</font></b></td>
<td width="53" height="21">
<p align="left"><b><font color="#FF0000" size="2">CUMPAR</font></b></td>
</tr>
<tr>
<%
rs.movefirst
do while rs("Producator MB")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">PLACA DE BAZA</font></b></p></td>
<td width="64" align="left" height="21">
<p align="left"><b><font color="#FFFFFF" size="2"><b><%Response.Write rs("Producator MB")%></font></b></td>
<td width="135" align="left" height="21">
<p align="left"><b><font color="#FFFFFF" size="2"><b><a href="detcomp.asp?varString=<%Response.Write
rs("Caracteristici MB")%>&amp;varPlanet=<%Response.Write rs("Poza MB")%>" target="detcomp"><font color="#FFFFFF"
size="2"><%Response.Write rs("Tip MB")%></font></a></b></td>
<td width="198" align="left" height="21">
<p align="left"><b><font color="#FFFFFF" size="2"><b><%Response.Write rs("Socket MB")%></font></b></td>
<td width="34" align="center" height="21">
<p align="center"><b><font color="#00FF99" size="2"><b><%Response.Write rs("Pret MB")%></font></b></b></td>
<td width="48" align="center" height="21">
<p align="center"><b><font color="#FFFFFF" size="2"><b><%Response.Write (rs("Pret MB")-Coef)
%></font></b></b></td>
<font color="#FF0000" size="2">
<td width="46" align="left" height="21"><font color="#FFFFFF" size="2"><b>
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator MB")%>&amp;varModel=<
%Response.Write rs("Tip MB")%>&amp;varPret=<%Response.Write (rs("Pret MB")-Coef)
%>&amp;Rubr=PLACA+DE+BAZA&amp;varFSBMB=<%Response.Write rs("Bus MB")%>&amp;varNotaMB=<
%Response.Write rs("Nota MB")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%rs.MoveNext

Loop
rs.movefirst
do while rs("Producator PROC")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">PROCESOR</font></p>
</b></td>
<td width="64" align="left" height="21">
<p align="left"><font color="#FFFFFF" size="2"><b><%Response.Write rs("Producator PROC")%></font></b></td>
<td width="135" align="left" height="21">
<p align="left"><font color="#FFFFFF" size="2"><b><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici
PROC")%>&amp;varPlanet=<%Response.Write rs("Poza PROC")%>" target="detcomp"><font color="#FFFFFF" size="2"><
%Response.Write rs("Tip PROC")%></font></b></td>
<td width="198" align="left" height="21">
<p align="left"><font color="#FFFFFF" size="2"><b><%Response.Write rs("Caracteristici PROC")%></font></b></td>
<td width="34" align="center" height="21">
<p align="center"><font color="#00FF99" size="2"><b><%Response.Write rs("Pret PROC")%></font></b></td>
<td width="48" align="center" height="21">
<p align="center"><font color="#FFFFFF" size="2"><b><%Response.Write (rs("Pret PROC")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="left" height="21">
<p align="center"><font color="#FFFFFF" size="2"><b><a href="<%=Cale%>?varProd=<%Response.Write
rs("Producator PROC")%>&amp;varModel=<%Response.Write rs("Tip PROC")%>&amp;varPret=<%Response.Write
(rs("Pret PROC")-Coef)%>&amp;Rubr=PROCESOR&amp;varFSBPR=<%Response.Write rs("Bus PROC")
%>&amp;varFRPR=<%Response.Write rs("Frecv PROC")%>&amp;varVIOPR=<%Response.Write rs("VIO PROC")
%>&amp;varNotaPROC=<%Response.Write rs("Nota PROC")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%rs.MoveNext
Loop
rs.movefirst
do while rs("Producator COOL")<>""
strNr=strNr+1
%>
</font>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">COOLER</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator COOL")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici COOL")%>&amp;varPlanet=<
%Response.Write rs("Poza COOL")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
COOL")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici COOL")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret COOL")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret COOL")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator COOL")%>&amp;varModel=<
%Response.Write rs("Tip COOL")%>&amp;varPret=<%Response.Write (rs("Pret COOL")-Coef)%>&amp;Rubr=COOLER"
target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator MEM")<>""
strNr=strNr+1
%>
</font>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">MEMORIE</font></b></p>

</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator MEM")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici MEM")%>&amp;varPlanet=<
%Response.Write rs("Poza MEM")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
MEM")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici MEM")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret MEM")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret MEM")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator MEM")%>&amp;varModel=<
%Response.Write rs("Tip MEM")%>&amp;varPret=<%Response.Write (rs("Pret MEM")-Coef)
%>&amp;Rubr=MEMORIE&amp;varFSBMEM=<%Response.Write rs("Bus MEM")%>&amp;varCantMEM=<
%Response.Write rs("Cant MEM")%>&amp;varNotaMEM=<%Response.Write rs("Nota MEM")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator HDD")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">HDD</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator HDD")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici HDD")%>&amp;varPlanet=<
%Response.Write rs("Poza HDD")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
HDD")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici HDD")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret HDD")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret HDD")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator HDD")%>&amp;varModel=<
%Response.Write rs("Tip HDD")%>&amp;varPret=<%Response.Write (rs("Pret HDD")-Coef)
%>&amp;Rubr=HARDDISK&amp;varNotaHDD=<%Response.Write rs("Nota HDD")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator FDD")<>""
strNr=strNr+1
%>
<td width="105" height="22">
<p align="left"><b><font color="#00FF99" size="2">FDD</font></b></p>
</td>
<td width="64" align="center" height="22"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator FDD")%></font></b></td>
<td width="135" align="left" height="22"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici FDD")%>&amp;varPlanet=<
%Response.Write rs("Poza FDD")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip FDD")
%></font></b></td>
<td width="198" align="center" height="22"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici FDD")%></font></b></td>

<td width="34" align="center" height="22"><b>


<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret FDD")%></font></b></td>
<td width="48" align="center" height="22"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret FDD")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator FDD")%>&amp;varModel=<
%Response.Write rs("Tip FDD")%>&amp;varPret=<%Response.Write (rs("Pret FDD")-Coef)%>&amp;Rubr=FLOPPY"
target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator PVIDEO")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">PLACA VIDEO</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator PVIDEO")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici
PVIDEO")%>&amp;varPlanet=<%Response.Write rs("Poza PVIDEO")%>" target="detcomp"><font color="#FFFFFF"
size="2"><%Response.Write rs("Tip PVIDEO")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici PVIDEO")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret PVIDEO")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret PVIDEO")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator PVIDEO")%>&amp;varModel=<
%Response.Write rs("Tip PVIDEO")%>&amp;varPret=<%Response.Write (rs("Pret PVIDEO")-Coef)
%>&amp;Rubr=PLACA VIDEO&amp;varNotaPVIDEO=<%Response.Write rs("Nota PVIDEO")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator CDROM")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">CDROM</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator CDROM")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici CDROM")%>&amp;varPlanet=<
%Response.Write rs("Poza CDROM")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
CDROM")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici CDROM")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret CDROM")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret CDROM")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator CDROM")%>&amp;varModel=<
%Response.Write rs("Tip CDROM")%>&amp;varPret=<%Response.Write (rs("Pret CDROM")-Coef)
%>&amp;Rubr=CDROM&amp;varNotaCDROM=<%Response.Write rs("Nota CDROM")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>

</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator DVD")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">DVD</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator DVD")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici DVD")%>&amp;varPlanet=<
%Response.Write rs("Poza DVD")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip DVD")
%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici DVD")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret DVD")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret DVD")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator DVD")%>&amp;varModel=<
%Response.Write rs("Tip DVD")%>&amp;varPret=<%Response.Write (rs("Pret DVD")-Coef)
%>&amp;Rubr=DVD&amp;varNotaDVD=<%Response.Write rs("Nota DVD")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator CDW")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">CDWRITER</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator CDW")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici CDW")%>&amp;varPlanet=<
%Response.Write rs("Poza CDW")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
CDW")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici CDW")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret CDW")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret CDW")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator CDW")%>&amp;varModel=<
%Response.Write rs("Tip CDW")%>&amp;varPret=<%Response.Write (rs("Pret CDW")-Coef)
%>&amp;Rubr=CDWRITER&amp;varNotaCDW=<%Response.Write rs("Nota CDW")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator SOUNDB")<>""
strNr=strNr+1
%>
<td width="105" height="21">

<p align="left"><b><font color="#00FF99" size="2">SOUNDB</font></b></p>


</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator SOUNDB")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici SOUNDB")%>&amp;varPlanet=<
%Response.Write rs("Poza SOUNDB")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
SOUNDB")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici SOUNDB")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret SOUNDB")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret SOUNDB")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator SOUNDB")%>&amp;varModel=<
%Response.Write rs("Tip SOUNDB")%>&amp;varPret=<%Response.Write (rs("Pret SOUNDB")-Coef)
%>&amp;Rubr=SOUND CARD&amp;varNotaSOUNDB=<%Response.Write rs("Nota SOUNDB")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator Boxe")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">BOXE</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator BOXE")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici BOXE")%>&amp;varPlanet=<
%Response.Write rs("Poza BOXE")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
BOXE")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici BOXE")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret BOXE")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret BOXE")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator BOXE")%>&amp;varModel=<
%Response.Write rs("Tip BOXE")%>&amp;varPret=<%Response.Write (rs("Pret BOXE")-Coef)
%>&amp;Rubr=BOXE&amp;varNotaBOXE=<%Response.Write rs("Nota BOXE")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator MON")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">MONITOR</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator MON")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici MON")%>&amp;varPlanet=<
%Response.Write rs("Poza MON")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
MON")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici MON")%></font></b></td>

<td width="34" align="center" height="21"><b>


<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret MON")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret MON")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator MON")%>&amp;varModel=<
%Response.Write rs("Tip MON")%>&amp;varPret=<%Response.Write (rs("Pret MON")-Coef)
%>&amp;Rubr=MONITOR&amp;varNotaMON=<%Response.Write rs("Nota MON")%>" target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator CASE")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">CARCASA</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator CASE")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici CASE")%>&amp;varPlanet=<
%Response.Write rs("Poza CASE")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip
CASE")%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici CASE")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret CASE")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret CASE")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator CASE")%>&amp;varModel=<
%Response.Write rs("Tip CASE")%>&amp;varPret=<%Response.Write (rs("Pret CASE")-Coef)%>&amp;Rubr=CARCASA"
target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>
</tr>
<tr>
<%
rs.MoveNext
Loop
rs.movefirst
do while rs("Producator KB")<>""
strNr=strNr+1
%>
<td width="105" height="21">
<p align="left"><b><font color="#00FF99" size="2">TASTATURA</font></b></p>
</td>
<td width="64" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Producator KB")%></font></b></td>
<td width="135" align="left" height="21"><b>
<p align="left"><a href="detcomp.asp?varString=<%Response.Write rs("Caracteristici KB")%>&amp;varPlanet=<
%Response.Write rs("Poza KB")%>" target="detcomp"><font color="#FFFFFF" size="2"><%Response.Write rs("Tip KB")
%></font></b></td>
<td width="198" align="center" height="21"><b>
<p align="left"><font color="#FFFFFF" size="2"><%Response.Write rs("Caracteristici KB")%></font></b></td>
<td width="34" align="center" height="21"><b>
<p align="center"><font color="#00FF99" size="2"><%Response.Write rs("Pret KB")%></font></b></td>
<td width="48" align="center" height="21"><b>
<p align="center"><font color="#FFFFFF" size="2"><%Response.Write (rs("Pret KB")-Coef)%></font></b></td>
<font color="#FF0000" size="2">
<td width="46" align="center" height="21">
<p align="center"><a href="<%=Cale%>?varProd=<%Response.Write rs("Producator KB")%>&amp;varModel=<
%Response.Write rs("Tip KB")%>&amp;varPret=<%Response.Write (rs("Pret KB")-Coef)%>&amp;Rubr=TASTATURA"
target="drsus">
<img border="0" src="COS.JPG" align="center" width="30" height="26"></a></b></font>

</tr>
<tr>
<%
rs.MoveNext
Loop
rs=movelast
rs=close
set rs=nothing
set conn=nothing
Session("Numrand")=strNr%>
</table>
</div>
</body>

You might also like