Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/11/2010, 21:50
Avatar de ylellan
ylellan
 
Fecha de Ingreso: mayo-2010
Ubicación: en un lugar de Veracruz
Mensajes: 432
Antigüedad: 13 años, 10 meses
Puntos: 36
un link a 2 diferentes pag

hola, disculpen pero tengo un problema, estoy manejando una pagina con 2 frames o creo tres, miren:

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. </head>
  6.  
  7. <frameset rows="80,*" frameborder="no" border="0" framespacing="0">
  8.   <frame src="arriba.php" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  9.   <frameset cols="80,*" frameborder="no" border="0" framespacing="0">
  10.         <frame src="menu.php" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  11.         <frame src="file:///C|/xampp/htdocs/nueva_web/Untitled-1" name="mainFrame" id="mainFrame" title="mainFrame" />
  12.   </frameset>
  13. </frameset>
  14. <noframes><body>
  15. </body>
  16. </noframes></html>

lo que quiero hacer es que tengo un menu en topframe pero quiero q me muestre algo en mainFrame y algo rn topFrame, pero asi me cuando elija cada opcion de menu, se puede hacer esto, espero me puedan ayudar