A
AM
..
..
..
..
<SCRIPT LANGUAGE="Javascript"><!--
// Get today's current date.
var now = new Date();
// Array list of months.
var months = new
Array('january','february','march','april','may','june','july','august','september','october','november','december');
// Join it all together
today = months[now.getMonth()]+'.htm';
//--></SCRIPT>
<iframe name="mainpage" width="778" height="537" src=today
scrolling="no" align="top">
Your browser does not support inline frames or is currently configured not
to display inline frames.</iframe>
..
..
..
..
above is the code i am trying to change, it has a page the opens in a
inline frame.
the iframes........... src=today which is the month that is need to be
displayed but it will not work
someone has said that i need to 'write' it to the html ?? how?
how do i write a variable at this point, which is outside the javascript.?
thank you
what is supposed to happen is that each month the inline frames page
changes.
..
..
..
<SCRIPT LANGUAGE="Javascript"><!--
// Get today's current date.
var now = new Date();
// Array list of months.
var months = new
Array('january','february','march','april','may','june','july','august','september','october','november','december');
// Join it all together
today = months[now.getMonth()]+'.htm';
//--></SCRIPT>
<iframe name="mainpage" width="778" height="537" src=today
scrolling="no" align="top">
Your browser does not support inline frames or is currently configured not
to display inline frames.</iframe>
..
..
..
..
above is the code i am trying to change, it has a page the opens in a
inline frame.
the iframes........... src=today which is the month that is need to be
displayed but it will not work
someone has said that i need to 'write' it to the html ?? how?
how do i write a variable at this point, which is outside the javascript.?
thank you
what is supposed to happen is that each month the inline frames page
changes.