Ver Mensaje Individual
  #19 (permalink)  
Antiguo 26/06/2003, 04:15
Avatar de Subotai
Subotai
 
Fecha de Ingreso: mayo-2003
Ubicación: Irúnforge
Mensajes: 198
Antigüedad: 21 años
Puntos: 1
Oye Brave perdona que te haga esto pero es que hoy no estoy para darle al coco...(El concierto de los Rolling Stones de ayer me ha dejao muerto!!! ...por cierto fue LA OSTIA!!!!!!!!!!!!!!!!HAY QUE REPETIR!!!!!!)
te pongo la parte de codigo asp, mira esta tabla muestra registros de una bd, es muuy larga asi que esta paginada (pa que no te lies)


<FORM METHOD=POST ACTION='permisos.asp'>
<input id="cTodos" type="checkbox" onClick="marcar(this,'<%=filas%>')" title="Seleccionar o anular la selección de todos los mensajes">Todos


<TABLE width="100%" align=center>
<TR width="100%" align=center>

<TD width="10%" align=left>

</TD>

<TD width="80%" align=center bgcolor=#44556F>
<table align=center WIDTH="100%">
<tr bgcolor="#D7D7D7">
<td ALIGN=CENTER marginwidth="0" COLSPAN="2" >
EXPEDIENTE
</td>
<td ALIGN=CENTER marginwidth="0" COLSPAN="2">
DESCRIPCION DEL EXPEDIENTE
</td>
</tr>

<% do while not RS.eof and contador <= cint(tampagina)
if contador mod 2 = 0 then
elcolor="#929AAF"
Else
elcolor="#B0AFBE"
End if
%>
<tr id='<%=contador%>' marginwidth="0" bgcolor='<%=elcolor%>'>
<% expediente=rtrim(RS("cp_02071"))
expediente = replace(expediente," ","%20") 'quedara la%20frase
%>
<td marginwidth="0" ALIGN=CENTER WIDTH="5%">
<INPUT TYPE=CHECKBOX id='<%=contador%>' NAME=<%=contador%>' VALUE='<%=expediente%>' onClick="marcar(this,'<%=contador%>')">
</td>
<td marginwidth="0" ALIGN=CENTER >
<%= RS("cp_02071") %>&nbsp;&nbsp </td>

<td marginwidth="0" ALIGN=CENTER >
<%= RS("cont51") %>
</td>
<td marginwidth="0" ALIGN=CENTER WIDTH="5%">

</td>

</tr>
<%
contador=contador+1
RS.movenext
loop
%>

</table>
</TD>
</TR>
</TABLE>
</TABLE >
<TABLE align=center width=500 bgcolor=#2D3E57>
<TR bgcolor=#6891AE>
<TD align=center><input type=submit name=opcion value="Anterior"></TD>
<TD align=center><input type=submit name=opcion value="Cancelar"></TD>
<TD align=center><input type=submit name=opcion value="Siguiente"></TD>
</TR>
</TABLE>


gracias pro ayudarme, hoy necesito que alguien me deje su cerebro,pulmones,higado,.....los mios me los dejaria en San Mamés por que por aki no están!!!!!
axias