I want to upload another website into my website without leaving my website.
I have an online calendar under another website that I want to load into my
calendar and events page on the new website.
If you are wanting to add a link to the second website that will open in a
new browser window without leaving your primary site, then read the FAQ
about 7 down:
http://www.publishermvps.com/WebDesign/FAQ/tabid/30/Default.aspx
If you are wanting to frame the second page within your primary site, then
this is not supported in Publisher.
DavidF
> I want to upload another website into my website without leaving my website.
>
> I have an online calendar under another website that I want to load into my
> calendar and events page on the new website.
Geoffrey - 12 Nov 2005 05:48 GMT
Poncho,
If you are willing to dedicate a fixed space on your Publisher webpage you
can insert a floating frame which will call up another website. You do this
by inserting an HTML fragment where you want the external website to appear.
The code is:
<iframe name="whateveryouwanttocallit" border="anynumberyouwishorzerofor
none" src="http://fullpathofthelink" width="inpixels" height="inpixels"
scrolling="yes"></iframe>
Cheers

Signature
SPQR
> If you are wanting to add a link to the second website that will open in a
> new browser window without leaving your primary site, then read the FAQ
[quoted text clipped - 12 lines]
> my
> > calendar and events page on the new website.