|
|
![]() |
|
Link to PerthCam Plus
Due to the popularity of the site we have provided you with 3 styles of 'link to us' buttons. Feel free to copy the code into your HTML. The images are being pulled from our server so we can provide you with automatically updated graphics. <a href="http://perthcam.bankwest.com.au"><img src="http://perthcam.bankwest.com.au/button_up.gif" width="113" height="54" border="0"></a> <a href="http://perthcam.bankwest.com.au"><img src="http://perthcam.bankwest.com.au/button_down.gif" width="113" height="54" border="0"></a> <a href="http://perthcam.bankwest.com.au" Our Preference
If you choose the 'roll over' effect, the preferable way of including the button into your document is by placing the following JavaScript code in the head of your HTML page. This will allow the images to preload and offer the user of your site better visual performance. Remember to place the new code for the image source into the body of your document.
<html>
<head> <title>PerthCam Plus Link To Us Page</title>
<!-- Start copying the script below here -->
<script language="javascript" type="text/javascript"> if (document.images) { perthcamUp = new Image perthcamDwn = new Image perthcamUp.src = "http://perthcam.bankwest.com.au/button_up.gif" perthcamDwn.src = "http://perthcam.bankwest.com.au/button_down.gif" } else { perthcamUp = " " perthcamDwn = " " document.perthcam=" " } </script>
<!-- Stop copying the script above here -->
</head> <body>
<!-- Place the code below into the body of your HTML document -->
<a href="http://perthcam.bankwest.com.au" onMouseOver="document.perthcam.src=perthcamDwn.src" onMouseOut="document.perthcam.src=perthcamUp.src">
<img src="http://perthcam.bankwest.com.au/button_up.gif" name="perthcam" width="113" height="54" border="0" ></a>
<-- Stop copying here -->
</body>
</html> The PerthCam Plus! Team
© 1997-2004 Bank of Western Australia Ltd. ABN 22 050 494 454 AFSL 236872 and iiNet Ltd. ABN 48 068 628 937. All rights reserved.
|