praveenvvn
September 10th, 2004, 04:40 AM
Hi,
I've created a CHM file using HTML Help Workshop, which is used in my webapplication for providing help for the individual screens.
On each of the webpage, am invoking the CHM file to show help specific to that page. I'm using Window.Open(<path>), to show up the help file.
In my development environment, it works fine. But recently after deploying to the client's server, the window was opening but the contents were blank. In otherwords the CHM file is not opening up.
The code to open the .CHM file is -
window.open('ms-its:http://localhost/webApp/CONTENTHELP.Chm::/xd1s.htm')
The above code works fine in my development machine, but not on the client's server.
I've tried giving the server ip address instead of localhost, it works fine on my development machine but not on my client's machine.
I guess hh.exe is used to open the html files from the .chm files. It does exist in the system32 folder.
Is there something else that I need to copy or register in the client's server. Any guidance on this is much appreciated.
TIA
Praveen
I've created a CHM file using HTML Help Workshop, which is used in my webapplication for providing help for the individual screens.
On each of the webpage, am invoking the CHM file to show help specific to that page. I'm using Window.Open(<path>), to show up the help file.
In my development environment, it works fine. But recently after deploying to the client's server, the window was opening but the contents were blank. In otherwords the CHM file is not opening up.
The code to open the .CHM file is -
window.open('ms-its:http://localhost/webApp/CONTENTHELP.Chm::/xd1s.htm')
The above code works fine in my development machine, but not on the client's server.
I've tried giving the server ip address instead of localhost, it works fine on my development machine but not on my client's machine.
I guess hh.exe is used to open the html files from the .chm files. It does exist in the system32 folder.
Is there something else that I need to copy or register in the client's server. Any guidance on this is much appreciated.
TIA
Praveen