Hi, also mein script sieht folgendermassen aus:
<script type="text/javascript">
<!--
function Abfrage() {
if (parent.frames[1].location.href == "Frage1.htm") alert("lsadkjf");
Es kann ja nur daran liegen, dass in der location.href nicht das drinsteht, was du abfragst. Mach mal das vorher rein:
alert(parent.frames[1].location.href);
Und dann siehst du, was du falsch machst.
- Sven Rautenberg