Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2009, 15:11
Avatar de Adler
Adler
Colaborador
 
Fecha de Ingreso: diciembre-2006
Mensajes: 4.671
Antigüedad: 18 años, 3 meses
Puntos: 126
Respuesta: Problema Response.Write

Hola

Prueba así

Código asp:
Ver original
  1. Response.Write("<a href=""javascript:void(0);"" onclick=""Facturado_A(" &Trim(RS.FIELDS("Rec_Facturado_A"))& "); return false""  title=" &Trim(RS.FIELDS("Rec_Facturado_A"))& " >" &RS.FIELDS("REC_REF")& "</a>")

Suerte
__________________
Los formularios se envían/validan con un botón Submit
<input type="submit" value="Enviar" style="background-color:#0B5795; font:bold 10px verdana; color:#FFF;" />