Click your mouse here
This form of javascript is only for links. It is almost exactly like On Mouse Over except that the message appears when you click the link.
The source...



<script language="JavaScript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.oocities.org/ResearchTriangle/1500

function or() {
   alert ("You can get an alert or confirm message to show up");
}
// -->
</script>

<a href="" onClick='or()'>Click your mouse over here</a>