Install InterNACHI's online, searchable inspection glossary on your own website.
Give your clients and your website visitors access to InterNACHI's online, searchable
Glossary of inspection-related terms and improve your site's search engine optimization at the same time. Feel free to use the following code to put
the glossary search box on your site (it will open search results in a new window):
<h1>Home Inspection Glossary</h1>
<form action="http://www.nachi.org/glossary.htm" method="get" target="_blank">
<table border="0">
<tr>
<th scope="row"><label for="q">Search for:</label></th>
<td><input type="text" name="q" style="width: 100%;"></td>
</tr>
<tr>
<th scope="row"></th>
<td>
<label><input type="radio" name="fields" value="words" checked>Search
words only</input></label><br />
<label><input type="radio" name="fields" value="all">Search words
and definitions</label>
</td>
</tr>
<tr>
<td></td>
<td valign="middle"><input type="submit" value="Search"> <span style="color:#999;font-size:85%;">the
<a href="http://www.nachi.org" style="color:#999;">InterNACHI</a> Glossary</span></td>
</tr>
</table>
</form>
The above code produces the following form:
Home Inspection Glossary