Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/12/2006, 14:38
haven
 
Fecha de Ingreso: febrero-2002
Ubicación: Navarra
Mensajes: 701
Antigüedad: 22 años, 4 meses
Puntos: 2
Exclamación frames y scroll probelma

Hola buenas, una preguntilla, tengo un apágina tal como esta, esta se llama index2.htm

Código PHP:
<frameset border="0" cols="*,794,*" frameborder="1" framespacing="0" rows="*,510,*"
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="up_i" src="index_files/up_i.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="up_c" src="index_files/up_c.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="up_d" src="index_files/up_d.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="m_i" src="index_files/m_i.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="central" src="index_files/central.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="m_d" src="index_files/m_d.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="ab_i" src="index_files/ab_i.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="ab_c" src="index_files/ab_c.htm" scrolling="no">
  <
frame frameborder="0" marginheight="0" marginwidth="0" name="ab_d" src="index_files/ab_d.htm" scrolling="no">
</
frameset
Y luego tengo otra de este tipo

Código PHP:
<frameset rows="1,*" frameborder="no" border="0" framespacing="0">
  <
frame src="nada.htm" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="arriba"   scrolling="yes"/>
  <
frame src="index2.htm" name="mainFrame"  scrolling="yes" id="mainFrame" title="abajo"/>
</
frameset
La idea con esto es que necesito que en el frame de abajo me parezca un scroll, para que todos los frames que estan contenidos en la pagina index2.htm se muevan con el scroll, pero no me sale, que tengo que hacer para que salga el scroll?

Un saludo
__________________
asp, php, .net, adaptandose a las necesidades