It's possible to have a small search box on your pages where the user can type a query and submit searches. The search box submits to the Webinator and users will have the search results served by the Webinator, although the look and feel of the search results page can be customized to look like your site.
To acquire the HTML needed for an embedded search box:
Profiles
in the menu bar and select
the profile you'd like to use in the search box.Search
in the menu bar. This opens the search form.Ctrl+U
)
to open a window that contains the HTML source code of the page.<form>
and </form>
.action
attribute. For example, if your Webinator is
search.example.com
, and the existing attribute looked like:
<form action="/texis/...
You'd change it to:
<form action="http://search.example.com/texis...