Hallo!
irgendwas klappt mit top.iframe.location.href nicht :(
Hier mal der Code:
<?php
print "
<html>
<script type='text/javascript'>
alert('Test');
top.iframe1.location.href='name.php?nameoption=".$_GET['name']."';
top.iframe2.location.href='../Music/Firstmusic.html';
</script>
</html>";
?>
Also alert('test') klappt, und die beiden iframes sind auch vorhanden. Doch irgendwie tut sich da nichts...