How to include an HTML doc in another HTML doc
Problem: to insert the body section of an HTML doc in another HTML document
at a specific location.
One possible way is to add a WebCharm tag like this:
<%@charm:html 20 0 my_services.htm %>
When the HTML template is processed by a WebCharm-aware web server, the
content (everything between <BODY> </BODY> tag) of my_services.htm is
inserted at the tag location.
This tag is an alternative to the @charm:text tag. It is specialized for including
another HTML document so that a well formed HTML document can
be generated from the template. It allows the include HTML document to be
perserved in its' original form so that it may be viewed and/or modified normally.
Visit edgesoft.ca web site for more information on WebCharm template and tags.
In particular, www.edgesoft.ca/go/index.html?top=wc
--
Long On
Edgesoft Consulting Inc.
webcharmer @ www.edgesoft.ca/go/member/index.html
www.edgesoft.ca/go/index.html
www.edgesoft.ca