Warum wird bei folgendem Quelltext nicht die x-position ausgegeben:
<html>
<head>
<script type="text/javascript">
function test(e) {
x = e.pageX}
test();
alert(x);
</script>
</head>
<body>
</body>
</html>
Hoffe es kann mir jemand helfen.
MfG