Search Results

0
votes
1answer
124 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
77 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 …
1
vote
4answers
176 views

Getting the value of a SELECT box in Internet Explorer

I have a select box: <select id="item1" name="Item 1"> <option></option> <option>Camera</option> <option>Microphone …