form results

G

Guest

I've got some dropdown boxes which the user selects from that returns
information from a database into a table. After all the data is returned,
though, there's nowhere that shows what they originally chose from the
dropdown boxes. Is there a way I can keep the selected items highlighted?
Or put something above the results table that says, "Your results from _____"?
 
K

Kathleen Anderson [MVP - FrontPage]

How to place a "The Search Results for your keyword are:" message at the top
of your page

Add this code to your page, where articleText is the field name you were
searching on.

The results of your search for <%=Request("articleText")%> are:
--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 

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