Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/08/2002, 02:43
all-ill
 
Fecha de Ingreso: junio-2002
Mensajes: 750
Antigüedad: 22 años
Puntos: 22
Re: Incrustar o agregar asp en codigo JavaScrip

Una opción podría ser usar el document.write
o el document.writeln:

<html>
<body>
<script>
function ver() {
document.writeln('<%Recordset.Fields.Item(&quot ;Mensaje").Value%>');
}
</script>
<script>ver()</script>
</body>
</html>