Also ich bin ein JS komm aber net darauf warum der Script net tut?!
<html>
<head>
<script type="text/javascript">
<!--
function Hyperlink() {
var url;
Alt = onClick="location.href='alte.html'";
Neu = open("neue.htm");
}
//-->
</script>
</head>
<body>
<a href="javascript:Hyperlink()">Test</font></a>
</body>
</html>
Ich beabsichtige damit:
Browser fenster alt: seite xy.htm -> seite alte.htm
browserfesnter neu: seite neue.htm
<html>
<head>
<script type="text/javascript">
<!--
function Hyperlink() {
var url;
Alt = onClick="location.href='alte.html'";
Neu = open("neue.htm");
}
//-->
</script>
</head>
<body>
<a href="javascript:Hyperlink()">Test</font></a>
</body>
</html>
Ich beabsichtige damit:
Browser fenster alt: seite xy.htm -> seite alte.htm
browserfesnter neu: seite neue.htm