Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/10/2004, 13:39
Avatar de LuisDark
LuisDark
 
Fecha de Ingreso: marzo-2004
Ubicación: Venezuela
Mensajes: 687
Antigüedad: 20 años
Puntos: 5
este codigo va en el html... entre las etiquetas head

<script type="text/javascript">
<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',
'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=320,height=240');");
}
// -->
</script>

y en el boton colocas esto!

on (release) {
getURL("javascript:popUp(tu_pagina.htm')");
}