Tema: boton pop up
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/12/2005, 13:20
Avatar de mauled
mauled
 
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 20 años
Puntos: 33
<html>
<head>
<script language="javascript">
function abrir()
{
window.open("test.html","ejemplo");
}
</script>
</head>
<body> <a href="pagina.html" onclick="abrir();return

false">Presiona</a>


</body>
</html>

para más información acerca de la funcion window.open