%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

Galerías de Imagenes
No hay ninguna galería en este momento
<%else num_registros=10 RS.PageSize=num_registros RS.AbsolutePage=Session("pagina") While (Not RS.eof AND registros_mostrados < num_registros) registros_mostrados=registros_mostrados+1 capas=capa+1%> <% if capas=2 then%> <%capas=0 end if%> <% RS.MoveNext Wend %>
Videos
<% If Request.QueryString("pagV")<>"" Then Session("paginaV")=Request.QueryString("pagV") Else Session("paginaV")=1 End If sSQL="SELECT * FROM videos ORDER BY id desc" Set Conn = Server.CreateObject("ADODB.Connection") Set Command = Server.CreateObject("ADODB.Command") Set RS =Server.CreateObject("ADODB.RecordSet") Conn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=D:\XVRT\laroda.es\DATA\discapacidad.mdb" RS.Open sSQL,Conn,adopenstatic,adcmdtext If RS.EOF AND RS.BOF Then%>Sin videos <% else num_registros=10 RS.PageSize=num_registros RS.AbsolutePage=Session("paginaV") %>