I have this script
how wood i load the images like a banner so the webpage does not have to refresh so the image will change
i have a peae of software tht writes yourIncludeFile.js"
every 5 min thanks for any help
<script src="yourIncludeFile.js"></script>
<script type="text/javascript">
if (number>=2)
{
var filename="ONAIR.gif"
}
else
{
var filename="OFFAIR.gif"
}
document.write ('<TABLE BORDER=10 align="CENTER"><TR>');
document.write("<TD>");
document.write ("<IMG SRC=\""+ filename+ "\">");
document.write("</TD>");
document.write("</TR>");
document.write("</TABLE>");
</script>
</body>
</html>
how wood i load the images like a banner so the webpage does not have to refresh so the image will change
i have a peae of software tht writes yourIncludeFile.js"
every 5 min thanks for any help
<script src="yourIncludeFile.js"></script>
<script type="text/javascript">
if (number>=2)
{
var filename="ONAIR.gif"
}
else
{
var filename="OFFAIR.gif"
}
document.write ('<TABLE BORDER=10 align="CENTER"><TR>');
document.write("<TD>");
document.write ("<IMG SRC=\""+ filename+ "\">");
document.write("</TD>");
document.write("</TR>");
document.write("</TABLE>");
</script>
</body>
</html>