Ho un problema:

ho qst script:



<%
dim strSQL, Rs

strSQL = ""
strSQL = strSQL & " SELECT * "
strSQL = strSQL & " FROM IMMAGINI "

Set Rs = conn.execute(strSQL)
Do While Not RS.EOF
%>
<html>
<head>
<title>Documento senza titolo</title>
</head>

<body>
<table width="750" border="0">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><%response.Write ""> & [img] RS([/img]" width="50" height="50">"%></td>
<td rowspan="2"></td>
</tr>
<tr>
<td><% RS.movenext
loop%></td>
</tr>
</table>
</body>
</html>




il mio problema è dove faccio il link per visualizzare le immagini che ho a destra nel corpo centrale di sinistra della tabella.

è giusto questo codice o devo modificarlo????