Knowledgebase Home Page  >  SearchUnit
Search the Knowledge Base
How do I add the Search box to my HTML pages?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=149&catId=54

Options

Print this page
Email this to a friend

Adding a search box to your HTML or other pages outside your application is simply a matter of adding this HTML to your pages. Make sure the form action is set to the page containing the SearchResult control.

Example:

<form name=search action="searchresults.aspx">
<table border=0 cellpadding=0 cellspacing=0>
    <tr>
    <td>
        <input type=text name=QueryExpr size=22>
    </td>
    <td>
        <input type=submit value="Go">
    </td>   
    </tr>
</table>
</form>

 

 


Related Questions:

Attachments:

No attachments were found.