code:
1
2
3
4
5
6
7
8
9
| <html><head><title>K-chat</title>
<script>function f(){window.niets.location.replace("info.htm");}
setTimeout("f",5000);</script>
</head>
<frameset framespacing="1" bordercolor="Navy" rows="*,70,10">
<frame name="onder" src="o1.htm" marginwidth="5" marginheight="5" scrolling="auto" frameborder="0">
<frame name="boven" src="boven2.htm" marginwidth="5" marginheight="5" scrolling="auto" frameborder="1">
<frame name="niets" src="inf.htm" frameborder="0">
</frameset></html> |
Dit moet toch lukken?
De onderste frame zou toch na 5 seconden moeten verdwijnen door info.htm?
Wat doe ik fout?