Problem with Windows Pro SP2/SP3 viewing of Help contents

Status
Not open for further replies.

mrg18

Beta member
Messages
1
Hi,

I encountered a problem regarding the viewing of Help contents when I upgraded to SP2. Below is the extracted code that I used to render the output of the Help contents. Rightfully, it should display the Help contents, but instead it displayed a blank screen inside the object window.

Code:
<object id="hhctrl" codebase="../../sam/hhctrl.ocx#Version=4,74,8793,0" type="application/x-oleobject" height="87%" width="100%" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param NAME="Width" VALUE="13123">
<param NAME="Height" VALUE="6500">
<param NAME="Command" VALUE="Contents">
<param NAME="Item1" VALUE="../common/all.hhc">
</object>
I tested the above code using SP1 and it worked fine. It also worked when the web application was viewed locally. However, if I dsposit the application onto a remote server, it will give me a blank output.

Thanks in advance for anyone who could offer any help on this!

Regards,
Mr Yeo
 
Status
Not open for further replies.
Back
Top Bottom