Search Module
November 17th, 2007 | by admin |Our search Module (beta) has been released. You can incorporate our tutorial search engine onto your website. Its a three block code.
JavaScript:
The Javascript contains all the small validation checks and effects which our result IFRAME uses. There are two parameters (in this version) which you can change, the height and the ID of the IFRAME. Both these parameters are used in rest of the Javascript for the search to work. This Javascript should be placed in your website’s HEAD element.
Search Dialog Code:
This is a plain HTML form containing basically three elements. The Search Keywords input box, the category selection dropdown element and the submit button. You can customize these elements to match your layout / Template. Please avoid changing the name of these elements as it wont work otherwise. After pressing the submit button, the query is passed to the search results IFRAME element.
Search Result IFRAME:
This is a simple IFRAME code. You should put this on the same html page where the JS and the search dialog resides. The purpose of this IFRAME is to provide the most releavent results from our database. There are hardly any parameters you can change in this code.
Please feel free to contact us if you are facing any problems. This module has NOT been tested throughly. For this reason there still might be bugs in it. Please inform us immediately so that we can fix the issue ASAP.