Thomas
Mon Feb 06 12:32:42 CST 2006
Then you would need to locate a JavaScript script that would load a specific page based on the month
or a write a custom server-side script to do the same.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"Prophet" <M_Moyes@hotmail.com> wrote in message news:akMFf.180351$6K2.46741@edtnps90...
> all of the months are pre-built and I want to be able to walk away from the page for periods of
> time without having to update it.
>
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message news:uN2NzW0KGHA.3352@TK2MSFTNGP12.phx.gbl...
>> You would save Feb.htm as ThisMonth.htm and then for March save as ThisMonth.htm, etc.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>>
http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Prophet" <M_Moyes@hotmail.com> wrote in message news:1ULFf.180344$6K2.64600@edtnps90...
>>> but then I would have to update 'ThisMonth' on a Monthly basis
>>>
>>> "Stefan B Rusynko" <sbr_enjoy@hotmail.com> wrote in message
>>> news:e$yWTMwKGHA.2088@TK2MSFTNGP11.phx.gbl...
>>>> Change your target page name to thismonth.htm
>>>>
>>>> --
>>>>
>>>> _____________________________________________
>>>> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
>>>> "Warning - Using the F1 Key will not break anything!" (-;
>>>> To find the best Newsgroup for FrontPage support see:
>>>>
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
>>>> _____________________________________________
>>>>
>>>>
>>>> "Prophet" <M_Moyes@hotmail.com> wrote in message news:71DFf.180210$6K2.108710@edtnps90...
>>>> |I am using frames to on a page which has a calendar.
>>>> | there is a header which changes the month in the frame, and the calendar
>>>> | itself.
>>>> | What I want to do is change the calendar every month to reflect the current
>>>> | month.
>>>> | What I am doing now is going in monthly and changing the target....jan.html
>>>> | to feb.html, next month feb.html to march.html..etc
>>>> | My hope is that I will not have to manualy update.
>>>> | Any ideas???
>>>> |
>>>> |
>>>> | thanks.
>>>> |
>>>> | current code:
>>>> |
>>>> | <HTML>
>>>> | <HEAD>
>>>> | </HEAD>
>>>> |
>>>> | <frameset cols="60" framespacing="0" border="0" frameborder="0">
>>>> | <frameset rows="92,84%" framespacing="0" border="0" frameborder="0">
>>>> | <frame name="top" scrolling="no" noresize target="tres"
>>>> | src="tresheader.html">
>>>> | <frame name="tres" src="jan.html">
>>>> |
>>>> | <noframes>
>>>> | <body>
>>>> | <p> this page uses frames, but your browser does not support them. </p>
>>>> | </body>
>>>> | </noframes>
>>>> | </frameset>
>>>> | </html>
>>>> |
>>>> |
>>>>
>>>>
>>>
>>>
>>
>>
>
>