All you need to do is send a form with a text input field called "search" to a Site Search page. For example, the following HTML would accomplish this: <form method="get" action="http://samplesite.com/sitesearch/default.htm"> <input type="text" name="search"> <input type="submit" value="search"> </form> Feel free to add your own html or javascript and include it in various parts of your site. (for example at the top of the banner on all pages.) |
Online Documentation Home, Edit Options, Using the Search Page, Advanced Options, GetHTML Options |