This is really irritating. I have looked over the code continuosly but I cannot see why I am getting "undefined" thrown at me.
<html>
<head>
<link href="../../style.css" rel="stylesheet" type="text/css">
<script type="text/javavscript">
function test()
{
alert("yey");
}
</script>
</head>
<body>
<div id="L1" onmouseover="javascript:test()">Test</div>
</body>
</html>
I am using Chrome 6.0.472.55 to test this.