%@ Language=VBScript %> <% 'Response.Write Request("celda1") 'Response.End 'select consumomixto,aceleracion0a100,velocidadmax from cochecompleto where idcoche=8398 Function LeerArchivo(nombreArchivo) nombreArchivo = "D:\XVRT\km77.com\Html\includes/keywords/marcas/" & nombreArchivo Set fso = Server.CreateObject("Scripting.FileSystemObject") set f = fso.openTextFile(nombreArchivo) contenidoArchivo = f.readall set f = nothing set fs = nothing LeerArchivo = contenidoArchivo end function dim szNombreInclude szNombreInclude=Request("NombreInclude") if Trim(szNombreInclude)<>"" and not isnull(szNombreInclude) then '???response.write(LeerArchivo(szNombreInclude)) end if 'Response.Write Request("NombreInclude") 'Response.end dim szTitle szTitle=Request("Titulo") dim szIdCoche dim aszIdCoche dim aszIdCocheTotal szIdCoche=Request("IdCoche") aszIdCocheTotal=Split(szIdCoche,";") Set conn = Server.CreateObject("ADODB.Connection") dim szSql dim szWhere %> <% conn.CursorLocation=3 conn.open (conn_str) dim rs set rs=server.CreateObject("ADODB.RecordSet") %>
<%=replace(Trim(Request("celda1")),"2 2","2+2")%> | Consumo medio (l/100 km) |
Aceleración 0-100 km/h (s) |
Aceleración 0-1000 m (s) | Velocidad máxima (km/h) | ||||||
<%=trim(rs.Fields(0).Value) &" "& trim(rs.Fields(1).Value)%> | <%if not isnull(rs.Fields(2).Value) and trim(rs.Fields(2).Value)<>"" then if instr(1,trim(rs.Fields(2).Value),",")>0 then%><%=trim(rs.Fields(2).Value)%> | <%else%><%=trim(rs.Fields(2).Value) & ",0"%> | <%end if else %>-- | <%end if%> <%if not isnull(rs.Fields(3).Value) and trim(rs.Fields(3).Value)<>"" then if instr(1,trim(rs.Fields(3).Value),",")>0 then%><%=trim(rs.Fields(3).Value)%> | <%else%><%=trim(rs.Fields(3).Value) & ",0"%> | <%end if else %>-- | <%end if%> <%if not isnull(rs.Fields(5).Value) and trim(rs.Fields(5).Value)<>"" then if instr(1,trim(rs.Fields(5).Value),",")>0 then%><%=trim(rs.Fields(5).Value)%> | <%else%><%=trim(rs.Fields(5).Value) & ",0"%> | <%end if else %>-- | <%end if%><%=trim(rs.Fields(4).Value)%> |