Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/11/2006, 10:57
daniel00
 
Fecha de Ingreso: noviembre-2006
Ubicación: México
Mensajes: 866
Antigüedad: 18 años, 7 meses
Puntos: 8
Error.

Sorry, en mi mensaje anterior me falto un apostrofe.

<%
dim liga
liga = "<a href='10.30.180.1/Listados.aspx?emp_prod=" & RS.Fields.Item("COMMERCIAL_NAME").Value
liga = liga & "&estado=" & poblacion & "' target='_blank'>Ver en Portal</a> "
if RS("STATUS_CONTRATO") = "Produccion" then
response.Write (liga)
end if
%>

Saludos