| Paste this section within the HEAD tags & change the Alert message as you wish.
<script language="javascript">
<!-- hide from old browsers
// Written & created by Shivaji Basu
// Copyright www.shivbasu.com
// Use this script at your own risk
// To use his script, you MUST leave this disclaimer & credit as it is
function thank(){
alert("THANK YOU\n-in advance for deciding to sign my Guest Book");
}
//--end hide>
</script>
Paste this part within the BODY tags
<BODY background="" bgcolor="" .....>
// Fill in the Background Image URL, BG color etc as normal
<a href="your_guestbook_or_whatever_URL_should_go_here.html" target="whatever" onclick="thank()">Replace this with your link description or Image Src</a>
</BODY>
|