Outlook calendar again

D

David French

I have another idea I'd like to try and it doesn't seem to be working for
me.
I have my Outlook calendar saved as web page and it works just fine.
I'd like to insert it into a page with my header and navigation bar around
it but nothing I have done so far has worked.

Is there a good approved way to do this?

Dave French
 
T

Thomas A. Rowe

Insert into your page via an IFrame.

--
==============================================
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.
==============================================
 
D

David French

OK...
I knew there was a problem when I did that.
Inline Frame was one of the things I tried.
When I attempt to preview it I get this error:
"A Runtime Error has occurred.
Do you wish to debug?
Line 17
Error: Object doesn't support this property or method."

That's the first problem.
Now, if I publish it and go to the page I WILL get the page I want BUT then
if I try to use the Calendar "Navigation" buttons to go from one month to
the next I get a "The Page Cannot be found" error page.
Maybe this has to do with the 'property or method issue.

Dave
 
T

Thomas A. Rowe

You have to edit the link in the calendar to load the next/previous month in the IFrame by assigning
the IFrame a name, and then using that name as the frame target value of each link.

--
==============================================
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.
==============================================
 
D

David French

Would this have to be done each time the calendar is published?
I update this calendar every day...sometimes many times a day.

Dave
 
Top