Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS On-air

strawbs89

Active Coder
I have this script

HTML:
<html><head><script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script><script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script></head><body background=""><center><div id="cc_tunein">

<a href="http://www.internetradioservices.co.uk/cast/tunein.php/nrgradio/playlist.pls"><img align="absmiddle" src="http://www.internetradioservices.co.uk/cast/system/images/tunein-pls.png" border="0" alt="Winamp" title="Winamp"></a>

<a href="http://www.internetradioservices.co.uk/cast/tunein.php/nrgradio/playlist.asx"><img align="absmiddle" src="http://www.internetradioservices.co.uk/cast/system/images/tunein-asx.png" border="0" alt="windows Media Player" title="Windows Media Player"></a>

<a href="http://www.internetradioservices.co.uk/cast/tunein.php/nrgradio/playlist.ram"><img align="absmiddle" src="http://www.internetradioservices.co.uk/cast/system/images/tunein-ram.png" border="0" alt="Real Player" title="Real Player"></a>

<a href="http://www.internetradioservices.co.uk/cast/tunein.php/nrgradio/playlist.qtl"><img align="absmiddle" src="http://www.internetradioservices.co.uk/cast/system/images/tunein-qtl.png" border="0" alt="QuickTime" title="QuickTime"></a>

</div></center>



















<center>

<table cellspacing="3" cellpadding="3" bordercolor="#FFFF00

" border="3" bordercolorlight="#DBEDFF" bordercolordark="#5B7997">

<tbody>

<tr>

<td>

<div align="center"><a href="" target="_blank"> <img style="border: 0pt none;" src="" onmouseover="this.src=''" onmouseout="this.src=''" alt=""></a>



<a href="http://nrgextreme.co.uk/djs.html" target="_blank"> <img style="border: 0pt none;" src="http://i1249.photobucket.com/albums/hh509/djultra1/dj1-1.jpg" onmouseover="this.src=''" onmouseout="this.src='http://i1249.photobucket.com/albums/hh509/djultra1/dj1-1.jpg'" alt=""></a> </div><table cellspacing="3" cellpadding="3" bordercolor="#FFFF00

" border="3" bordercolordark="#5B7997" bordercolorlight="#DBEDFF">

 <tbody>

<tr>

<td> <img src="http://nrgextreme.co.uk/images/logo.jpg?1347317205529" width="350" height="155" border="1" name="refresh">

<script language="JavaScript" type="text/javascript">

          <!--

var t = 120 // interval in seconds

image = "http://nrgextreme.co.uk/images/logo.jpg" //name of the image

 function Start() {

tmp = new Date();

tmp = "?"+tmp.getTime()

document.images["refresh"].src = image+tmp

          }

          Start();

// -->

          </script>   <br>

<div class="cc_player" data-username="coolvibes">Loading ...</div>

 <script language="javascript" type="text/javascript" width="100px" src="http://boogie.vside-radio.com:2199/system/player.js"></script>

</div>

</tr>

</tbody>

</table>

</td>

</tr>

</tbody>

</table></center><embed id="chrome-plugin-npapi-helper" type="application/chrome-extension-helper" style="visibility:hidden;max-width:1px;max-height:1px,position:absolute;left:-100px;top:-100px;"></body></html>

 <p style="page-break-before: always">



 <div align="right">

is there a DayHour script that could go with this script at all?
 
Last edited by a moderator:

New Threads

Buy us a coffee!

Back
Top Bottom