|
|
<%=date()%> |
|
Desde Enero de 2002
Temporada 03/04 en imágenes. Las 40 fotos que resumen una temporada |
Toda la Información deportiva de Águilas a cualquier hora y en cualquier lugar del mundo. Digit@l DEPORTIVO
|
|
||||
|
|
|
|
| <% Set miconexion = Server.CreateObject("ADODB.Connection") miconexion.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & "DBQ=" & Server.Mappath("\deportes\based\deportes.mdb") set rs=createobject("ADODB.Recordset") rs.CursorType = adOpenKeyset rs.open"Principal",miconexion rs.movefirst do while not rs.eof tit = rs("Titular") tex = rs("Texto") dest = rs("Destino") %> <% if dest="Águilas C.F." then %> <% end if %> <% if dest="Águilas C.F. (2)" then %> <% end if %> <% if dest="3ª Divisisión G-XIII" then %> <% end if %> <% if dest="ACR Escuela de Fútbol" then %> <% end if %> <% if dest="Fútbol Sala Federado" then %> <% end if %> <% if dest="Ligal Local de Fútbol Sala" then %> <% end if %> <% if dest="Balonmano" then %> <% end if %> <% if dest="Baloncesto" then %> <% end if %> <% if dest="Informacón Polideportiva" then %> <% end if %> <% if dest="Agenda" then %> <% end if %> <%rs.movenext loop rs.Close miconexion.Close %> |