Im trying to refresh the song titles in my internet radio station and i cant find an iframe to do it!
Here is the code for the song titles etc
"<center><table border="1" width="250">
<tr>
<th><script>document.write(StreamInformation.SERVERTITLE())</script></th>
</tr>
<tr>
<th><script>document.write(StreamInformation.SONGTITLE())</script></th>
</tr>
<tr>
<td align="center">
<script>document.write(StreamInformation.CURRENTLISTENERS() +"/"+ StreamInformation.MAXLISTENERS() +" Listeners @ "+ StreamInformation.BITRATE() +"Kbps")</script>
</td>
</tr>
</table></center><br>"
Can anyone help with this refreshing every few seconds?
thanks!
Here is the code for the song titles etc
"<center><table border="1" width="250">
<tr>
<th><script>document.write(StreamInformation.SERVERTITLE())</script></th>
</tr>
<tr>
<th><script>document.write(StreamInformation.SONGTITLE())</script></th>
</tr>
<tr>
<td align="center">
<script>document.write(StreamInformation.CURRENTLISTENERS() +"/"+ StreamInformation.MAXLISTENERS() +" Listeners @ "+ StreamInformation.BITRATE() +"Kbps")</script>
</td>
</tr>
</table></center><br>"
Can anyone help with this refreshing every few seconds?
thanks!
Comment