<%@ LANGUAGE = JScript %> <%
var testo = String(Request.QueryString("keywords"));
if (testo=="" || testo=="undefined") Response.Redirect("http://www.ilpuntoweb.it");
var keywords = testo.split(" ");
var stringaDiConnessione = "driver={Microsoft Access Driver (*.mdb)};dbq=";
stringaDiConnessione += Server.MapPath("archivio.mdb");
var conn = new ActiveXObject("ADODB.Connection");
conn.Open(stringaDiConnessione);
var sql = "SELECT TOP 4 * FROM pagineweb WHERE";
for (i=0;i0) sql += " AND";
sql += " keywords LIKE '%" + keywords[i] + "%' ORDER BY ID desc";
}
var ris = conn.Execute(sql);
if (ris.EOF) Response.Write("NESSUN DOCUMENTO TROVATO");
else while (!ris.EOF) {
Response.Write("
powered by www.ilpuntoweb.it
Il
nostro database scuole è stato completato anche
grazie alle vostre segnalazioni.
E'in questo modo che abbiamo potuto inserire il
link a tutti i siti web delle scuole della Bassa
Veronese.
Se dei dati non fossero stati inseriti o non
fossero corretti, vi preghiamo di segnalarcelo a redazione@ilpuntoweb.it
.