Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2005, 02:31
acrego
 
Fecha de Ingreso: abril-2005
Ubicación: Santiago Compostela
Mensajes: 213
Antigüedad: 20 años
Puntos: 0
error direccionar pagina

Buenas tengo este codigo y me da el siguiente error:

Tipo de error:
Error de compilación de Microsoft VBScript (0x800A03EE)
Se esperaba ')'
/estadisticas/Ventas/DetalleVenta.asp, línea 81, columna 51
response.write("<img src="/imagenes/icon-pencil.gif" width="18" height="18" border="0">")

mi codigo es
Código:
<table>
(....)
<td>
<% if RstVentaEmbar("Nome")<>"" and not isNull(RstVentaEmbar("Nome")) then
		response.write("<img src="/imagenes/icon-pencil.gif" width="18" height="18" border="0">")
	 else
		response.write ("<img src="/imagenes/l_cancel.gif.gif" width="18" height="18" border="0">")
	end if %>
</td>
(....)
</table>
un saludo

Última edición por acrego; 20/06/2005 a las 05:00