
07/08/2002, 02:43
|
| | Fecha de Ingreso: junio-2002
Mensajes: 750
Antigüedad: 22 años, 9 meses 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(" ;Mensaje").Value%>');
}
</script>
<script>ver()</script>
</body>
</html> |