Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/06/2003, 09:23
Avatar de fjmasero
fjmasero
 
Fecha de Ingreso: diciembre-2002
Mensajes: 488
Antigüedad: 21 años, 5 meses
Puntos: 1
Hola tunait:

El codigo q tengo es

<table width="100%" border="1"> <!-- TABLE GENERAL -->
<tr>
<td valign="top" rowspan="2" class="tablamenu"><!--menu-->
<!-- #include file="menu1.inc" -->
</td>
<td width="100%" valign="top"><!--cabecera-->
<!--#include file="cabecera.inc" -->
</td>
</tr>
<tr><!--contenido-->
<td width="100%" valign="top">
<table width="100%" border="0">
<tr>
<td width="100%" valign="top">
<!--#include file="busqueda.inc" -->
</td>
<%
'si parametro <> n, se añade esta celda.
if (Request("boolOfSem") <> "n") then
%>
<td rowspan="2" valign="top">
<!--#include file="inc/ofsemana.inc" -->
</td>
<%end if%>
</tr>
<tr>
<td valign="top" width="100%">
<%
'se añade contenido dado por parametro
If Trim(lsContenido) <> "" Then Server.Execute(lsContenido)
%>
</td>
</tr>
</table>
</td>
</tr><!--contenido-->
</table> <!-- TABLE GENERAL -->

Como ves, la estructura es sencilla, y se "rellena" mediante includes. Hay algo de codigo asp, q espero q no te suponga problemas. Si no lo conoces, dimelo y te lo explico.

Gracias por tu ayuda.

Salu2
__________________
No es sabio el que sabe sino el que no sabe y quiere aprender