ok, i have a toolbar, where I wanted to put the refreshing Iframe in...
when I did it, i got this code
CODE
<html>
<head>
<style type= "text/css">
<!--
BODY { margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
width:100%;height:100%;overflow:hidden;background-color:threedface;}
-->
</style>
</head>
<body>
<script type=text/javascript>
function refresh()
{
document.all.iframe1.src = document.all.iframe1.src;
}
window.setInterval("refresh()",4000);
</script>
<marquee><iframe name='iframe1' src="http://djj.listen2myradio.com/frame1.php?b=78.129.199.141&a=1518" height="25" width="400" frameborder="0"></iframe>
</body>
</html>
this doesn't refresh the iframe :s, also when I put it on a normal website, please help
p.s.=>
http://www.htmleditor.tk, check if it does what you want, with javascript HTML you need to copy the HTML, refresh the pagen, then paste it al in once ;-)
This post has been edited by HabboFM: 5 Jul, 2008 - 12:53 PM