<!-- 把下面代碼加到<body>區域中 -->
<script>
//configure status message to show
var statusmsg="歡迎你的光臨"
function hidestatus(){
window.status=statusmsg
return true
}
</script>
<a href="http://www.knowsky.com" onMouSEOver="return hidestatus()">www.knowsky.com</a>