%@ language="JavaScript" %>
<%
Langue = "fr";
url=Request.ServerVariables ("SERVER_NAME");
rswebsite = Server.CreateObject("ADODB.Recordset");
sqlWebSite="SELECT * FROM website WHERE url Like '%"+url+"%'";
rswebsite.Open(sqlWebSite,connPage,3,3);
if (rswebsite.EOF){
sql="SELECT * FROM website";
rswebsite.Close();
rswebsite.Open(sql,connPage,3,3);
}
%>
PROXIMUS 24 HOURS OF SPA: 24h francorchamps résultats
PROXIMUS 24 HOURS OF SPA:
Results.
Results
The official results provided through this link come from the official site of 24 hours of Spa Francorchamps.
Official results supplied by the Race Information Service
See the results
Back to main menu
<%=TitreASP(String(Request.ServerVariables("SCRIPT_NAME")))%> - <%=rswebsite.Fields("title"+Langue)%>