Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/06/2002, 03:16
Avatar de TomaHawkk
TomaHawkk
 
Fecha de Ingreso: diciembre-2001
Ubicación: España
Mensajes: 422
Antigüedad: 23 años, 5 meses
Puntos: 1
Re: vbscript + java

Hola!

Claro que se puede...algo como esto:

Código:
  
<html>
<body>
<!-- Copiar dentro del tag BODY -->
<script>
function mostrar() { 
document.writeln('<%Recordset1.Fields.Item("Mensaje").Value%>');
}
</script>
<script>mostrar()</script>
</body>
</html>
Saludos.