29/04/2005, 17:53
|
| | Fecha de Ingreso: agosto-2002
Mensajes: 301
Antigüedad: 22 años, 3 meses Puntos: 2 | |
Sabes no lo logro hacerlo funcionar bien, lo que hacia era esconder y mostrar el frame de la derecha, aqui te escribo la diagramacion de los frame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>PLUS TRAINING </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/estilo.css" rel="stylesheet" type="text/css">
</head>
<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.htm" name="topFrame" scrolling="NO" noresize>
<frameset cols="215,*" framespacing="2" frameborder="yes" border="4" rows="*" name="marco" >
<frame src="menu.htm" name="leftFrame" frameborder="yes" scrolling="yes" >
<frame src="principal.htm" name="mainFrame" frameborder="YES" scrolling="AUTO" resize >
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html> |