blob: e908d38837f92a0791a9c00eb8a77d8f35ce1dab [file] [log] [blame]
<body style="margin-left:0; margin-top:0">
<script>
function doOnMouseEvent(evt)
{
top.document.events[top.document.saveWhere] = evt;
}
</script>
<div style="height: 50; width: 50; background:violet; top:0;left:0; position:absolute;"
onMouseOver="doOnMouseEvent(event);"
>1</div>
</body>