Result in same page ?

T

tindatrue

is it possible to display search result from database connection
within the same page in frontpage 2003 ?
let say i have page books and user search for specific book in search
form using database, and result will be displayed within the same page
named books.asp or .htm
 
S

Stefan B Rusynko

Yes
Just set your form results action to be the same page name and add your server side script at the top of the page to evaluate the
results
Then wrap the results section in a If statement
See http://www.asp101.com/samples/db_paged_search.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| is it possible to display search result from database connection
| within the same page in frontpage 2003 ?
| let say i have page books and user search for specific book in search
| form using database, and result will be displayed within the same page
| named books.asp or .htm
| --
| Thanks for your kind reply in advance
 

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