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> |