1° Open an asp page
2° Put the cursor where you want insert the search form
3° From the ASP Category of the Objects panel click on the
"Insert Site Search Engine" icon (Image 1).
4° The "Insert Site Search Engine" panel (Image 2) will be displayed
5° Click on the "Insert the form for Site Search Engine" button
6° The search form is inserted in the page in the position
where you have the cursor.
VERY IMPORTANT!!
Don't modify the name of the form, the name of the text box, the name and the value of the options radio button and the special tag I add to the form.
7° From the server behaviors panel click on the "Site Search Engine" menu. The "Site Search Engine" will be dispayed (Image 3).
8° In this panel You can set all your search preferences.
9° In this folder You find 4 page:
dw_Site_Search_Engine_0.asp
The page that display the result of the search. You can modify the layout of this page to adapt it to your site. This page has a number in the name because you can add more search page in your site and each page has a progressive number.
dw_Site_Search_Engine_0.css
The page with the Style applyed to the result page. You can modify this page
dw_Site_Search_Inc_Bottom.asp
This the page that is included in the top of the resul page. Don't modify the code of this page if you are not sure.
dw_Site_Search_Inc_Top.asp
This the page that is included in the bottom of the result page and contain all the search and display function. Don't modify the code of this page if you are not sure.
10° Ok Now you can run your page and test Your Site Search Engine.