Moin!
So, und jetzt machen wir deine Lösung noch browserkompatibel (für Browser, die kein Javascript können):
<a href="seite.html" target="mainframe" onClick="parent.mainframe.location='seite.html';parent.topframe.location='banner.html'; return false;">Linktext</a>
Und jetzt machen wir die Lösung noch Javascript-kompatibel:
Es heißt "location.href", nicht bloß "location"!
- Sven Rautenberg