Here is the javascript I have written and part of the XHTML but it doesn't work.
Code:
<script type="text/javascript">
<!--function CalcMonth() -->
{
var mydate=new Date();
var month=mydate.getMonth();
var montharray=new Array('janstats.html','febstats.html','mar','apr','may','jun','jul','aug','sep','oct',"novstats.html",'dec');
var fyyle="";
fyyle=(montharray[month]);
document.write(fyyle);
}
</script>
</head>
<body>
<p><iframe src="'fyyle'" style="width:840px; height:1000px; border:none; margin-left:365px;"></iframe></p>
</div> -->
</body>
</html>
Comment