Howdy folks,
Is there a means to include HTML from a seperate
file into an existing HTML page? In
JSP you can use the <jsp:include page="page.html"> tag, but I haven't yet found how to do the same in a static HTML page.
Any help would be appreciated.
Thanks,
Howard