Document.body.onclick - Why Would This Not Work?

try:

<script language=“javascript”>

window.onClick= function()
{
alert(‘test’);
}

</script>