G
Guest
Hi everybody!
This is what I'm trying to achieve: I want to create a HTML or ASPX page
with a HTML hyperlink that will open a CHM file stored locally in C:\Help. I
tried to use onclick with window.showHelp(), but it doesn't seem to work. The
test machine runs WIN2K Professional.
My code:
<a href="#" onclick="window.showHelp('C:\Help\Help.chm')">Open CHM</a>
<a href="#"
onclick="window.showHelp('mkMSITStore:C:\Help\Help.chm::/topic2b.htm')">Open Topic 2b from CHM</a>
Is showHelp not supported anymore in IE6? Or the only thing I can do is to
get the user to download the file locally, and then run it manually from the
C drive?
Can anybody fix my lines of code please?
Your help is appreaciated.
Bye!
This is what I'm trying to achieve: I want to create a HTML or ASPX page
with a HTML hyperlink that will open a CHM file stored locally in C:\Help. I
tried to use onclick with window.showHelp(), but it doesn't seem to work. The
test machine runs WIN2K Professional.
My code:
<a href="#" onclick="window.showHelp('C:\Help\Help.chm')">Open CHM</a>
<a href="#"
onclick="window.showHelp('mkMSITStore:C:\Help\Help.chm::/topic2b.htm')">Open Topic 2b from CHM</a>
Is showHelp not supported anymore in IE6? Or the only thing I can do is to
get the user to download the file locally, and then run it manually from the
C drive?
Can anybody fix my lines of code please?
Your help is appreaciated.
Bye!