This page is intended to assist other webmasters place a link to this website on their sites.
It describes three methods of creating the link including a way of embedding search box on your site to allow users to search the SRO directly from your site.
If you need further assistance please contact us directly through
SRO feedback page.
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 action="http://www.sro.hse.gov.uk/PublicPages/SearchResults.aspx" method="get"
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="query" value="" />
<input type="submit" name="sumbit" value="Go"
/>
</form>