I want to make a popup for index.html page. I have a demo, a popup will appear at bottom-right of webpage. But my demo was wrote by jsp, not html.
<jsp:include page="popup.html" flush="true" ></jsp:include>
It work ok.
But in html, this line not work. I have tried:
<!--#include virtual="popup.html" -->
<!--#include file="popup.html" -->
but no popup appear.
So, Are there anyways to include popup.html. Thanks you!