i created one .chm help file with help of fast-help software but not getting any solution for how to integrate that in my web project i created in java using jsp and servlets in eclipse IDE.
so,please help me out
i created one .chm help file with help of fast-help software but not getting any solution for how to integrate that in my web project i created in java using jsp and servlets in eclipse IDE.
so,please help me out
You could provide a link to this CHM file in your JSP page so that the user can download it:
<a href="/help.chm">Download Help File</a>