ciao ragazzi:
<%@ language = "VBSCRIPT" %>
<html>
<head>
<title>Visualizza immagini</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" >
<table width="50%" border="0" cellspacing="0" cellpadding="0" height="40" align="center">
<tr>
<% ID = request.querystring("ID")
Set objCon = Server.CreateObject ("ADODB.Connection")
Set objRec = Server.CreateObject ("ADODB.Recordset")
objCon.Open Dbcon
SQL = "SELECT * FROM gallery WHERE ID = " & ID
objRec.Open SQL, objCon
Response.write "<td valign=top height=67 width=""100%"">"
If Request.querystring("res")="" Then
Response.write "<p align=Center>[img]& ObjRec([/img]</a> " &_
"<p align=center><a href=javascript:history.back(1)>[img][/img]</a>"
End if
If Request.querystring("res")="800600" Then
Response.write "<p align=Center>[img]& ObjRec([/img]</a>" &_
"<p align=center><a href=javascript:history.back(1)>[img][/img]</a>"
End if
If Request.querystring("res") ="1024768" Then
Response.write "<p align=Center>[img]& ObjRec([/img]</a>" &_
"<p align=center><a href=javascript:history.back(1)>[img][/img]</a>"
End if %>
</td>
</tr>
</table>
</body>
</html>
questo script mi visualizza un immagine caricata in 3 formati, ma io voglio solo che mi si veda in una dimensione cioè originale...
ho tolto i 2 if ma non mi fa vedere più l' immagine, mi carica la pagina, mi dice operazione completata ma della foto neanche l'ombra----![]()