Ver Mensaje Individual
  #8 (permalink)  
Antiguo 18/02/2003, 10:53
Avatar de zocotoo
zocotoo
 
Fecha de Ingreso: febrero-2003
Mensajes: 74
Antigüedad: 22 años
Puntos: 0
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">
function amplia(){
resizeTo(screen.width, screen.height)
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