Simple HTML Search Page

  • Thread starter Thread starter Andrew S.
  • Start date Start date
A

Andrew S.

I've got a very simple little database, basically a table with city, state,
zip code, and field tech and his/her phone number. Basically I'd like to
create a simple HTML search window, accessible through our Intranet, where a
person can type in a zip code and get the field tech's name and phone number.
Kind of like a select query, only with the specific search terms defined by
the user.

How would I create such a search page?

Thanks!
 
Andrew said:
I've got a very simple little database, basically a table with city, state,
zip code, and field tech and his/her phone number. Basically I'd like to
create a simple HTML search window, accessible through our Intranet, where a
person can type in a zip code and get the field tech's name and phone number.
Kind of like a select query, only with the specific search terms defined by
the user.

How would I create such a search page?

Thanks!
If the web server is on a Microsoft OS and your IT dep't will allow it and set up the
permissions for you, then classic ASP is one way. Google for ASP tutorials, there are
tons of them, and an ASP newsgroup on this server.
Mike
 
Back
Top