无为清净楼资源网 Design By www.qnjia.com

处理问题描述:现在我有个javaweb项目,需要在portal上面点击help即可打开“帮助.chm”文件;

当前搜索百度没有类似案例,自己想了个办法,通过jsp实现:

jsp主界面文件

<a href="#" onclick="javascript:$.getJSON('<%=path %>/admin/openYACShelp.jsp"
id="openYACShelp">帮助</a>

openYACShelp.jsp文件

<%
String ch1="/";
String ch2="//";

String contextPath = System.getProperty("user.dir");
String helpFilePath = contextPath + "/yacs/帮助.chm";

Runtime.getRuntime().exec("hh.exe "+helpFilePath.replaceAll(ch1,ch2)); %>
标签:
chm文件

无为清净楼资源网 Design By www.qnjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
无为清净楼资源网 Design By www.qnjia.com