Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/09/2004, 10:53
raulgonzalez
 
Fecha de Ingreso: septiembre-2004
Ubicación: Laredo Texas
Mensajes: 12
Antigüedad: 19 años, 7 meses
Puntos: 0
Hola

copea esto en el HEAD de tu documento HTML

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=0,men ubar=0,resizable=1,width=800,height=450');");
}
// End -->
</script>




<form>
<input type=button value="Abrir Ventanilla" onClick="javascript:popUp('http://tudomain.com')">
</form>