Les paso lo que tengo a ver si alguien me da una mano...
Esta es la pagina que abre el pop up
Código HTML:
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body onLoad="MM_openBrWindow('pop_up.php','pop','width=300,height=300')">
</body>
Este es el POP UP
Código HTML:
<head>
<title>::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
function cerrarVentana() {
setTimeout("popup.close()", 10000);
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="cerrarVentana()">
<table width="300" height="300" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFF00">
<tr>
<td align="center" valign="middle"><p align="center"><font size="7" face="Arial, Helvetica, sans-serif">txt</font></p>
</td>
</tr>
</table>
</body>
Enteramente agradecido, y disculpen la mostestia