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()];
//--></SCRIPT>
<iframe name="mainpage" width="778" height="537" src=today+'.htm'
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, as the javascript is not being used at this
point of the htnl code.
how do i insert a variable at this point?
thank you
..
..
..
<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()];
//--></SCRIPT>
<iframe name="mainpage" width="778" height="537" src=today+'.htm'
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, as the javascript is not being used at this
point of the htnl code.
how do i insert a variable at this point?
thank you