<script language='Javascript' type='text/javascript'> function RefreshMessage() { msg=document.getElementsByName("cboxmain")[0]; msg.src=msg.src; setTimeout("RefreshMessage()",7000); } </script> <script type='text/javascript'> window.onload=RefreshMessage(); </script>i have an iframe "http://www5.cbox.ws/box/?boxid=696909&b ... s&sec=main" with a name "cboxmain".
<iframe frameborder="0" width="488" height="455" src="http://www5.cbox.ws/box/?boxid=696909&b ... s&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe>what basically it does is it refreshes the content inside my iframe every 7 seconds. the content in iframe is blinking..
what i want is the the jquery, so i can put effect like Fade Out/ FadeIn, please help me with this one..
thank you!