
15/05/2004, 06:02
|
 | | | Fecha de Ingreso: abril-2004
Mensajes: 96
Antigüedad: 20 años, 11 meses Puntos: 0 | |
Eso se llama popup
<html>
<head>
</head>
<body onload=MDM_openWindow('tuwebsite.com','cualquierno mbre','width=270,height=330')>
<script>
function MDM_openWindow(theURL,winName,features)
{
var _W=window.open(theURL,winName,features);
_W.focus();
_W.moveTo(50,50);
}
</SCRIPT>
</body>
</html> |