How do I integrate your search site with our corporate site?
Integrating the search engine site with your corporate site is a two-step process. These steps are listed below.
- Copy HTML script to your site
- Modify DNS (optional)
Copy HTML script
Use one of the following HTML script to integrate Synametrics Search Engine with your website
IMPORTANT: Replace YourWebSite with your actual web address.
<form action="http://search.YourWebSite.com/FrontController">
<input type="text" name="s" value="Search" onfocus="value='';" />
<input type="submit" value="Search" />
</form>
|
OR use the following script if you decide NOT to modify your DNS.
<form action="http://YourWebSite.synase.com/FrontController">
<input type="text" name="s" value="Search" onfocus="value='';" />
<input type="submit" value="Search" />
</form>
|
Modifying DNS
Two URLs can be used to access your search website:
- http://YourWebSite.synase.com
- http://search.YourWebSite.com
The second URL looks more professional since it gives your users an impression that they are still
on your website. However, before anyone on the Internet can use this URL, a new entry needs to be added
in your DNS server.
Contact your network administrator and ask him/her to add a new "A" record for search.YourWebSite.com. This
record should point to 207.234.208.192. The actual entry in DNS host file should look like.
search.YourWebSite.com. IN A 207.234.208.192
|