Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/06/2005, 10:28
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 8 meses
Puntos: 381
'nas,

el resultado que le llega al navegador lleva anidadas comillas simples dentro de otras comillas simples, por eso no te funciona.

Prueba así

Código:
Response.Write("<TD>" & "<a href=""javascript:;"" onClick=""MM_openBrWindow('cand_det.asp?Referencia= " & rs("campo") & " ','',' " & "width=700,height=400')"">" & "<img src=""./cand/" & imagen & """width=""90"" height=""100"" border=""0"">" & "</A>" & "</TD>")