Show a Pointless Alert
This is how you use inline event handlers... which are BAD!
by kingkool68
HTML
<a href="#" onClick="alert('hello world')">Show Pointless Alert</a>
by kingkool68
<a href="#" onClick="alert('hello world')">Show Pointless Alert</a>