Jump to content
DevFuse Forums

A frame in the skin


BLTYNR

Recommended Posts

I have a small problem, i have a windows media player on the header of my board with my online radio.

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
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...