Code: Alles auswählen.
<html>
<head>
<script type="text/javascript">
function SeiteLaden(){ window.location="SAPEVENT:TEST" }
</script>
</head>
<body marginwidth=0 marginheight=0 style=cursor:pointer onclick="SeiteLaden()">
<table border=0 width=100% height=100% cellspacing=0>
<tr><th bgcolor="blue">
<h1>test</h1>
</th></tr>
</table>
</body>
</html>