Ver Mensaje Individual
  #9 (permalink)  
Antiguo 18/02/2003, 11:10
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes
Puntos: 61
Cita:
Mensaje Original por zocotoo
CODIGO DE LA PÁGINA QUE ABRE EL POPUP:

<html>
<head>
<title></title>
<link href="estilos.css" rel="stylesheet" type="text/css">

<script language="javascript" type="text/javascript">
function MM_openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
</script>



</head>



<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_openBrWindow('home.htm','','resizable=y es')">
<div align="center">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><div align="center"><span style="font:70px impact; color:#808080">
GEORGES WARD MIGUEL</span></div></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><div align="center"><a href="#" onClick="MM_openBrWindow('home.htm','','resizable= yes')">
<img src="img/escarabajoindex.jpg" width="185" height="200" class="borderimage"></A></div>
</td>
</tr>
</table>
</div>
</body>
</html>


CODIGO DEL POPUP ABIERTO: (QUE SE DEBE ABRIR AL 100%)


<html>
<head>
<title>&nbsp;&nbsp;&nbsp;GEORGES WARD MIGUEL</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript">

self.resizeTo(screen.width, screen.height)
self.moveTo(0, 0);

</script>


</head>

<frameset rows="40,*,94" frameborder="NO" border="0" framespacing="0">
<frame src="cabeza.htm" name="topFrame" scrolling="NO" noresize >
<frame src="ppal.htm" name="mainFrame" scrolling="NO" noresize >
<frame src="pie.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="amplia()">
</body></noframes>
</html>


gracias

Yo creo que así funcionará
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.

Última edición por KarlanKas; 18/02/2003 a las 11:17