form results

  • Thread starter Thread starter Guest
  • Start date Start date
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 _____"?
 
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/
 
Back
Top