questo è della pagina che dove dovrei visualizzare la foto:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
[img]prodotti/<%= Request([/img].jpg" width="202" height="204" />
</body>
</html>
e questa è la parte riguardante il passaggio del parametro:
<td width="188" rowspan="4" bgcolor="#FFFFCC"> <div align="center">">[img]prodotti/<%=(Recordset1.Fields.Item([/img].jpg" width="176" height="93"></div></td>
<td width="14" background="file/ita_pattern4.jpg" bgcolor="#0043A4"></td>
<td width="347" bgcolor="#FFFF66"> <div align="center"><font color="#333333"><%=(Recordset1.Fields.Item("codice _prodotto").Value)%></font></div></td>
<td width="16" rowspan="5" background="file/ita_pattern4.jpg" bgcolor="#FFFF66"></td>
ma ho visto che il parametro me lo passa allapagina perchè nell'url mi scrive ad esempio:
http://www.XYZ.com/popup.htm?percorsofoto=prodotto1
dove prodotto1.jpg e il nome dela foto che dovrebbe visualizzarmi

Rispondi quotando