Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/05/2006, 11:54
Avatar de jac_o_bo
jac_o_bo
 
Fecha de Ingreso: diciembre-2005
Ubicación: Guatemala
Mensajes: 86
Antigüedad: 18 años, 11 meses
Puntos: 1
Probablemente esto te ayude
<!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>tu titulo</title>
</head>

<frameset rows="116,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="direccion de la pagina que va en el top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="direccion de la pagina que va en abajo o en este caso la del chat" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>