Tema: Boton_!!
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/09/2003, 12:33
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Hola Miguelvq:
Para hacer un Pop-Up:
Pega este código entre el <head> y el </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>
en este code puedes cambiar el "width" y el "height" por los tamaños en píxeles que quieras que se vea el Pop-Up
y en el botón del Flash:
on (release) {
getURL("javascript:popUp('tu-pagina.htm')");
}
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/