B
Baiju K.U.
Hello
I have a serious problem in using the Microsoft HTML Help control for
authoring help for my web site. In some machine the control works fine. But
in most of the machines it is not working. The page which should show the
Tree Control is just showing a (X) mark. I tried with Java applet method,
but the result didnt change. Is there any way to fix this problem.
My code for displaying the control is
For Java Applet
" <APPLET height="100%" archive="HHCtrl.zip" width="240" align="baseline"
code="HHCtrl.class"
name="HHCtrl" VIEWASTEXT ID="Applet1">
<PARAM NAME="item1" VALUE="Toc.hhc">
<PARAM NAME="command" VALUE="Contents">
<PARAM NAME="cabbase" VALUE="Downloads\HHCtrl.cab">
</APPLET>"
For ActiveX control
" <OBJECT CLASSID="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" ID="Hhctrl1"
codebase="https://www.mywebsite.com/Downloads/hhctrl.ocx#version=5,2,3790,0"
VIEWASTEXT height="100%" width="100%">
<PARAM NAME="Width" VALUE="19844">
<PARAM NAME="Height" VALUE="12409">
<PARAM NAME="Command" VALUE="Contents">
<PARAM NAME="Item1" VALUE="Downloads/ToC.hhc">
<PARAM name="Frame" value="right">
</OBJECT>"
Any help highly appreciated
Thanks
Baiju K.U.
I have a serious problem in using the Microsoft HTML Help control for
authoring help for my web site. In some machine the control works fine. But
in most of the machines it is not working. The page which should show the
Tree Control is just showing a (X) mark. I tried with Java applet method,
but the result didnt change. Is there any way to fix this problem.
My code for displaying the control is
For Java Applet
" <APPLET height="100%" archive="HHCtrl.zip" width="240" align="baseline"
code="HHCtrl.class"
name="HHCtrl" VIEWASTEXT ID="Applet1">
<PARAM NAME="item1" VALUE="Toc.hhc">
<PARAM NAME="command" VALUE="Contents">
<PARAM NAME="cabbase" VALUE="Downloads\HHCtrl.cab">
</APPLET>"
For ActiveX control
" <OBJECT CLASSID="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" ID="Hhctrl1"
codebase="https://www.mywebsite.com/Downloads/hhctrl.ocx#version=5,2,3790,0"
VIEWASTEXT height="100%" width="100%">
<PARAM NAME="Width" VALUE="19844">
<PARAM NAME="Height" VALUE="12409">
<PARAM NAME="Command" VALUE="Contents">
<PARAM NAME="Item1" VALUE="Downloads/ToC.hhc">
<PARAM name="Frame" value="right">
</OBJECT>"
Any help highly appreciated
Thanks
Baiju K.U.