Search Results

0
votes
1answer
132 views

HTML Include file

I have a basic web application packaged as an EAR deployed on GlassFish. The web module has some html files. The html files have a common footer, an html file, that I would like to extract out and …
-1
votes
3answers
79 views

HTML Include file

I am using an include file by doing: <!--#include virtual="/includes/leftNav.shtml"--> I changed the include file, and the changes are not picked up. I'm gue …