<%@ LANGUAGE ="VBSCRIPT"%> Testimonios : ELM-Digitalia Espaņa
 
<% Q = "SELECT * FROM Testimonios ORDER BY IdTestimonio DESC" Call SacaDatos01() For aux=0 to NumDatos01 %>
<% =Datos01(2,aux) %> ( <% =Datos01(3,aux) %> ) <% If Datos01(14,aux)<>"" Then %> <% =Datos01(14,aux) %> <% End If %>

<% =Datos01(4,aux) %>

<% =Datos01(5,aux) %>
<% Next %>
© ELM-Digitalia 2.006
<% Call CierraDB %>