Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to open chm file using hyperlink

Tags:

html

chm

I am developing a web application in which I implemented the help.chm file.

My question is:

How to open the chm help file by using a hyperlink in my web application without a download dialog box?

like image 407
naveenkumar Avatar asked Jun 26 '26 14:06

naveenkumar


1 Answers

You can't and you shouldn't. A chm is a file archive that requires a separate viewer, it isn't rendered directly inside the browser.

There are also security considerations with these files, so with certain versions of Windows you cannot open them from a remote (including network) location - they must be opened from the local machine (IIRC this is on WinXP SP2+, Vista and Win 7).

like image 121
slugster Avatar answered Jun 28 '26 17:06

slugster



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!