I have decided to write a template ASP file as most of the ones I write do the same thing (run a query and show a table) with slight variations between each one.
I usually check one field to see if it’s time to start processing the input…
if request.querystring(“field”) = “” then
But I am pretty sure this isn’t the most correct way of doing it. So what is?
As this is a template I want to be correct