
08/12/2002, 20:02
|
 | | | Fecha de Ingreso: febrero-2002
Mensajes: 649
Antigüedad: 23 años, 2 meses Puntos: 0 | |
if rst("foto") = "" then
response.write "<img src=./edicion/varias/rst(foto)>"
else
response.write "<img src=./edicion/varias/vacia.jpg>"
end if
creo que invertiste las cosas...
if rst("foto") = "" then
response.write "<img src=./edicion/varias/vacia.jpg
else >""<img src=./edicion/varias/rst(foto)>"
response.write
end if |