How to insert a frame page in another page

A

Axel

I tried to insert an outlook calendar on a web page. I thought I need to
insert the saved calendar page into another web page using the insert web
component command but doing this I only get the following message:

"When you insert a frame page using the include page component Frontpage
cannot display it."

All I wanted is having a calendar with some other components on the same page.

Help appriciated.
 
M

Mike Mueller

Did you try making another page with a frameset on it?

Example:
Existing Pages
-Header.htm
-calendar.htm

Combined.htm
<frameset>
<frame src="header.htm".
<frame src="calendar.htm"
</frameset>

:I tried to insert an outlook calendar on a web page. I
thought I need to
: insert the saved calendar page into another web page using
the insert web
: component command but doing this I only get the following
message:
:
: "When you insert a frame page using the include page
component Frontpage
: cannot display it."
:
: All I wanted is having a calendar with some other
components on the same page.
:
: Help appriciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top