Code:
<!--#include file="conn.asp"-->
Dim Selrs, sql
Set Selrs = CreateObject("ADODB.Recordset")
sql = "select * from TBL where FIELD ='" & Request("STRING") & "'"
selrs.open conn, sql
Hmm, search engine written, in literally 1 minute. If the site was anything but HTML based, functionality is in built.
I'm not gonna argue with you Vince, what you've given us is a billion times better than it was, since we didnt have results before, but once a bunch of results go up there, the only way to find anything is going to be trial and error, so why not just build it in while that section is small to save a rebuild later?
Hell you could even add a field for each racer to be able to link each meeting to a setup page. Its things like this that I suggested, nothing thats on the current site would be lost, it would only be enhanced.
Anyways, nice job on sorting it bud, we have results, and thus bragging rights now!
AC