Thanks to Dormilich. Your 2nd answer allowed me to get my problem sorted out. It now works fine.
Griffo42
User Profile
Collapse
-
Thanks for your response. However, what I need to know is how to place the filename selected at line 8 into the iframe statement at line 14. Please helpLeave a comment:
-
Insert a file name in the src part of an iframe statement
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]);
No activity results to display
Show More
Leave a comment: