Simple HTML Search Page

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!
 
M

MikeR

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top