Well, I have come up with a workable "solution" although, I am not sure it is the "best" solution.
I created a new index template, called it "Calendar", and added the output file of "cal.html", copied over my index template information, then in the "content" division I added an iframe (and ilayer for Netscape compatibility) element:
CODE
<p><iframe src="/cgi-bin/cal/cal.cgi" title="calendar" frameborder="0" align="top" width="1000" height="1000" scrolling="no">
<ilayer src="/cgi-bin/cal/cal.cgi">
<p>Please see our calendar <a href="/cgi-bin/cal/cal.cgi" title="calendar">here</a>.</p>
</ilayer>
</iframe></p>
Now, like I said, this "works" but there
must be a better way!
You can see this working at:
http://www.jeffersonelementary.org/cal.htmlNo, that is not the final design, but I want to get all the "pieces and parts" working first.
Thanks for the help ...