Hallo Leute!
Ich hab ein Problem und ich hoffe ihr könnt es lösen :)
1. Meine Frame Datei:
<html>
<head>
<title>Index</title>
<frameset rows="20%,*" border=0>
<frame name="fr1" scrolling="no" noresize="noresize" src="test.html" border="0">
<frameset cols="20%,*" border=0>
<frame name="fr2" scrolling="no" noresize="noresize" src="login.html" border=0>
<frame name="fr3" scrolling="no" noresize="noresize" src="null.html" border=0>
</frameset>
</frameset>
</head>
</html>
--> bei der is alles klar ... im frame "fr1" wird standart mäßig test.html aufgerufen, den code seht ihr hier:
<html>
<head>
<title>Tabellentest</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>
<body bgcolor="maroon">
<table border="0" cellpadding="10" cellspacing="10">
<center>
<tr>
<td onmouseover="this.style.backgroundColor='white';" onmouseout="this.style.backgroundColor='transparent';" onclick="parent.fr2.src='login.html';">Hauptseite</td>
<td onmouseover="this.style.backgroundColor='white';" onmouseout="this.style.backgroundColor='transparent';" onclick="parent.fr2.src='menu.html'">Menü</td>
<td onmouseover="this.style.backgroundColor='white';" onmouseout="this.style.backgroundColor='transparent';">Die Programmierer</td>
</tr>
</table>
<hr>
</html>
mein problem ist jetzt:
wenn ich jetzt in der Tabelle auf zB Menü draufklicke sollte sich im "fr2" ein menü blicken lassen, was es aber nicht tut
ich hoffe ich hab mein problem einigermaßen gut beschriebn
grüße und dank im vorraus
facetious