Webmaster Tools
|
|
Add the following HTML code to your web page to implement a simple hyperlink to the Step Change in Safety homepage:
|
|
<a style="font-size: 12px; color: #666666; font-family: Arial; font-weight:bold; text-decoration:none;" href="http://stepchangeinsafety.net/stepchange/" target="_blank">Step Change in Safety Homepage</a>
|
|
This should result in a link as displayed below:
Step Change in Safety Homepage
|
|
|
Add the following HTML code to your web page to implement an image hyperlink to the Step Change in Safety home page:
|
|
<a href="http://stepchangeinsafety.net/stepchange/" target="_blank"><img src="http://stepchangeinsafety.net/stepchange/Images/Web-Button.gif" width="103" height="55" alt="Goto the STEP Change website" style="border:none;" /></a>
|
|
This should result in an image as displayed below:

|
|
|
Add the following HTML code to your web page to implement a direct search on Step Change in Safety:
|
|
<script type="text/javascript" language="javascript">
function submitForm() {
var strAction = 'http://stepchangeinsafety.net/stepchange/search.aspx?searchquery=';
strAction += document.forms[0].SearchQuery.value;
window.location.replace(strAction);
}
</script>
<form id="StepSearch" method="post" action="">
<p><img src="http://stepchangeinsafety.net/stepchange/Images/Icon_ContentMatch.gif" width="16" height="14" alt="" />
<input name="SearchQuery" type="text" maxlength="200" size="22" />
<a href="#" onclick="javascript: submitForm();">
<img id="imageField" src="http://stepchangeinsafety.net/stepchange/Images/Button-Go.gif" width="22" height="17" alt="Click here to submit form" style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;" />
</a></p>
</form>
|
|
This should result in a search box as displayed below:
|
|
|