どのようにホームページの中でリンクを通じて(通って)開けますか?
1023 ワード
<A href="mk:@MSITStore:http://xxx/yourCHMname.chm::/aPageName.htm">aaa</a>
http://xxx/yourCHMname.chm .chm URL
::/aPageName.htm chm htm
HTML chm
1. window.showHelp("../jscript56.chm");
2.F1
<body onhelp="window.open('mk:@MSITStore:http://www.blueidea.com/user/qswh/css2.chm::/css2/c_wordwrap.html');return false;">
<body onhelp="window.open('its:http://www.blueidea.com/user/qswh/css2.chm::/css2/c_wordwrap.html');return false;">
:
<body onhelp="window.open('its:file://C:/Documents%20and%20Settings/Administrator/ /aa.chm::/html/jsoriJScript.htm');return false;">
<input type="button" onClick='window.showHelp("aa.chm");' value="help">
<a href="#" onClick='window.showHelp("aa.chm");'>help</a>