Do a server side include.
Using whatever server side scripting language you are comfortable with include the file reference below in the location that you wish it to appear.
|
|
http:///calendarPortlet.php?pc_groupOid=688&pc_portlet_ss=true |
|
All hosting providers (other than free ones) should provide support for a server side include.
|
Do a client side include.
Paste the following code into the your html where you would like the calendar to appear:
|
<iframe name="portlet" src="http:///calendarPortlet.php?pc_groupOid=688&pc_portlet_ss=true&pc_body=true" frameborder="0" width="180" height="190" marginwidth="0" marginheight="0" vspace="0" hspace="0" scrolling="no" clas="testing" ALLOWTRANSPARENCY="true">
</iframe>
|
|
Doing a client side include like the above will work on most but NOT all browsers.
|