Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/05/2009, 16:18
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 2 meses
Puntos: 21
(ayuda) Obtener datos de la base de datos y que se muestren aca:

Hola, necesito que alguien me oriente y me diga como obtener datos de la base de datos y que se muestren en donce dice "contenido"

Código HTML:
<script type="text/javascript"> 
function win1()
{
  var win = new Window({id: "win1", className: "alphacube", title: "Últimas noticias", width:400, height:200, wiredDrag: true}); 
  win.getContent().innerHTML = "Contenido<br>Contenido<br>Contenido<br>Contenido<br><a href='http://www.google.com.ar' onclick='Windows.getWindow(\"win3\").maximize()'>ver más</a>"; 
  win.setDestroyOnClose(); 
  win.setLocation(537, 190);
  win.show();
  win.toFront();
}
</script> 

saludos.