Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/01/2005, 17:02
Avatar de Danger_
Danger_
 
Fecha de Ingreso: diciembre-2004
Ubicación: Queretaro, México
Mensajes: 395
Antigüedad: 19 años, 4 meses
Puntos: 0
Código PHP:
<html>
<
head>
<
SCRIPT LANGUAGE="JavaScript">
<!-- 
function 
popUp(URL) {
window.open(URL'pops''toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=800,height=600');
}
// -->
</script>
</head>

<body>
<A HREF="javascript:popUp('http://google.com.mx')">ABRIR !</A>

</body>
</html>