I have add this frame in a index.html like:
<frameset rows="50,*"> <frame name="player" scrolling="no" noresize target="play" src="http://www.domain.com/stream.html"> <frame name="main" target="main" src="http://www.domain.com/forum/index.php"> </frameset>
When users click www.domain.com they get this player on the top and redirect to forum/index.php
All no problem....but...
To many people clicks forum/index.php and they cannot listen my radio.
I want also add this frame on de index.php
I have put this code on the globalTemplate bit after </head>
<frameset rows="50,*"> <frame name="player" scrolling="no" noresize target="play" src="http://www.domain.com/stream.html"> <frame name="main" target="main" src="http://www.domain.com/forum/index.php"> </frameset>
After this, the player shows but the forum not, i get a white page.
Anybody can help me please.
Kind Regards,
Edited by BLTYNR, 08 February 2010 - 02:42 PM.















