Statusbar on Mousover


Look at the stausbar!

Winfolinx

Tips and trix!




Put this between youe HEAD-tags:
<script language="JavaScript">
<!-- Hide the script from old browsers --
function a(txt) {
self.status = txt
}
function b() {
self.status = ""
}
// --End Hiding Here -->
</script>

This is how you write your HREF-tags:
<a href="../spill/gameindx.htm" target="_blank" onMouseOver="a('Do you want a little entertainment?');return true" onMouseOut="b()">Look at the stausbar!</A>

<a href="http://www.winfolinx.com" target="_blank" onMouseOver="a('Welcome to Winfolinx.com!');return true" onMouseOut="b()">Winfolinx</A>

Free JavaScripts provided
by Winfolinx.com


Back