1) Add the following HTML code to your web page to implement a simple hyperlink to SRO homepage
<a href="http://www.hsesro.com/" target="_blank">SRO Homepage</a>
2) Add the following HTML code to your web page to implement an image hyperlink to SRO home page.
<a href="http://www.hsesro.com/" target="_blank">
<img src="http://www.hsesro.com/images/sro-icon01.gif"
height="55" width="110" border="0"hspace="0" vspace="0" />
</a>
3) Add the following HTML code to your web page to implement a direct search on HSE SRO.
<form method="get" action="http://www.hsesro.com/Search_Articles.aspx"
target="_blank">
<img src="http://www.hsesro.com/images/sro-icon01.gif"
height="55" width="110" border="0" hspace="0" vspace="0" />
<input type="text" name="search" value="" />
<input type="submit" name="sumbit" value="Go" />
</form>