Visitor Pass
Please enter your details below and then click the print button.
Once you have your pass please make sure we scan it to add you to our fire register.
When you leave the building please make sure we scan your pass again to remove you from the fire register
Add to register
Remove from register
{source}
<!-- You can place html anywhere within the source tags -->
<script language="javascript" type="text/javascript">
function setFocusToTextBox(type){
if(type=="add"){
holder = document.getElementById("addToRegister").value;
if(holder!=""){alert("Thanks we've added you to the fire register");
}
}else if(type=="remove"){
holder = document.getElementById("removeFromRegister").value;
if(holder!=""){
alert("Thanks we've removed you from the fire register");
}
}
document.getElementById("addToRegister").value="";
document.getElementById("removeFromRegister").value="";
}
</script>
{/source}