das klappt nicht wirklich! hast du es denn schonmal ausprobiert?
Nein, nicht wirklich ;), aber es würde es folgendermaßen machen:
<html>
<head>
<title></title>
<script language="JavaScript">
<!--
function ZweiFrames() {
Frame1.location.href = URL1;
Frame2.location.href = URL2;
}
//-->
</script>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<form onSubmit="ZweiFrames()">
<input type="Submit" name="" value="">
</form>
</body>
</html>
sieht doch logisch aus, oder nicht wirklich???