Ver Mensaje Individual
  #10 (permalink)  
Antiguo 18/03/2010, 08:08
Avatar de ricardoernes
ricardoernes
 
Fecha de Ingreso: agosto-2009
Ubicación: Miranda
Mensajes: 188
Antigüedad: 14 años, 8 meses
Puntos: 4
Pregunta Respuesta: Controlar tamaño Marcos (frames)

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Gestión de Oficios y Ordenes</title>
</head>
<!-- IZQUIERDO - SUPERIOR - CENTRO  -->

<frameset rows="*,15,100,560,*" cols="*,115,1070,115,*" frameborder="no" border="0">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="superior.html" noresize="NORESIZE" scrolling="no"/>
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
  	
	
  
  	<frame src="fondoColor.html" scrolling="no">
  	<frame src="fondoColor.html" scrolling="no">
  
  	<frameset rows="1" cols="33,135" frameborder="no" border="0" bordercolor="#FF0000" framespacing="0">
    	<frame src="izquierdo.html" noresize="NORESIZE"/>
    	<frame src="validacionSesion.php" noresize="noresize" id="mainFrame" name="mainFrame"/>
  	</frameset>
  
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
	<frame src="fondoColor.html" scrolling="no">
</frameset>

<noframes>
</noframes>
<!--onresize="top.resizeTo(1280,800)"-->
<body onresize="top.resizeTo(800,600)">
</body>
</noframes></html> 
asi me funciona pero no al 100% como yo quiero, por ejemplo entra a www.facebook.com cambias el tamaño de la ventana y nunca se distorsiona su contenido de nada.. como se hace eso? de antemano muchas gracias