The GovDocs Site Widget is easy to insert onto your library or home web page. It a simple search bar that lets users search the GovDocs collection and leads them into the GovDocs portal. To include the GovDocs Search Widget, simply embed the following code on your website:
<style media="screen" type="text/css">
@import "http://www.ourontario.ca/p12/_css/minisearch.css";
form.minisearch-government h4 {background: transparent
url("http://www.ourontario.ca/p12/_gui/minisearch.government.legend.bg.jpg")
no-repeat top left;}
</style>
<form class="minisearch minisearch-government" method="get"
action="http://govdocs.OurOntario.ca/results">
<h4>Government Documents</h4>
<fieldset>
<input class="minisearch" size="30" name="q" type="text" />
<input type="hidden" name ="r" value="sw"/>
<input alt="submit"
src="http://ourontario.ca/v22graphics/minisearch_government_button_bg.jpg"
class="minisubmit" value="submit" type="image" />
<p>Search government documents from the Legislative Library
directly in the search box above, for browse options and to read more
<a href="http://govdocs.OurOntario.ca">click here</a>.
</p>
</fieldset>
</form>