Link to local CHM file (IE6)


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:23 PM
Ovidiu
 
Posts: n/a
Default Link to local CHM file (IE6)

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('mk:@MSITStore:C:\Help\He lp.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!
Reply With Quote
  #2  
Old 01-05-2006, 04:23 PM
Ovidiu
 
Posts: n/a
Default RE: Link to local CHM file (IE6)

Just discovered that the following works:
<a href="#" onclick="window.showHelp('C:\\Help\\Help.chm')">Op en CHM</a>
<a href="#"
onclick="window.showHelp('mk:@MSITStore:C:\\Help\\ Help.chm::/topic2b.htm')">Open Topic 2b from CHM</a>
Difference to my first lines code: \\ instead of \

There's only one problem though:
The hyperlinks work IF and ONLY IF the HTML page runs locally, i.e.
C:\Inetpub\...htm
If I access the HTML page over the Internet as part of a ASP.NET web app,
i.e. http://...htm, the hyperlinks give an access denied error message.

Please confirm that access to CHM via the hyperlink is not possible over the
Internet, even if the HTML uploaded at a URL checks for and opens a local CHM
file.
Thanks.

"Ovidiu" wrote:

> 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('mk:@MSITStore:C:\Help\He lp.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!

Reply With Quote
  #3  
Old 01-05-2006, 04:23 PM
Rob Parsons
 
Posts: n/a
Default Re: Link to local CHM file (IE6)

Hi Ovidiu,

Here is the link to the Knowledge Base article covering this behavior

http://support.microsoft.com/default...b;en-us;811630




"Ovidiu" <Ovidiu@discussions.microsoft.com> wrote in message
news:C0D2F3F7-837C-45EB-AD7B-D4CBCE748FB0@microsoft.com...
> Just discovered that the following works:
> <a href="#" onclick="window.showHelp('C:\\Help\\Help.chm')">Op en CHM</a>
> <a href="#"
>

onclick="window.showHelp('mk:@MSITStore:C:\\Help\\ Help.chm::/topic2b.htm')">
Open Topic 2b from CHM</a>
> Difference to my first lines code: \\ instead of \
>
> There's only one problem though:
> The hyperlinks work IF and ONLY IF the HTML page runs locally, i.e.
> C:\Inetpub\...htm
> If I access the HTML page over the Internet as part of a ASP.NET web app,
> i.e. http://...htm, the hyperlinks give an access denied error message.
>
> Please confirm that access to CHM via the hyperlink is not possible over

the
> Internet, even if the HTML uploaded at a URL checks for and opens a local

CHM
> file.
> Thanks.
>
> "Ovidiu" wrote:
>
> > 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('mk:@MSITStore:C:\Help\He lp.chm::/topic2b.htm')">Op
en 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!



Reply With Quote
  #4  
Old 01-05-2006, 04:24 PM
Ovidiu
 
Posts: n/a
Default Re: Link to local CHM file (IE6)

Thanks for the reply Rob.
Unfortunately it hasn’t solved my problem. Installing 811630 doesn’t apply
to me; I am already running WIN2K Pro SP4, forgot to mention this, which
includes the 811630 fix.
Have you any other ideas?

"Rob Parsons" wrote:

> Hi Ovidiu,
>
> Here is the link to the Knowledge Base article covering this behavior
>
> http://support.microsoft.com/default...b;en-us;811630
>
>
>
>
> "Ovidiu" <Ovidiu@discussions.microsoft.com> wrote in message
> news:C0D2F3F7-837C-45EB-AD7B-D4CBCE748FB0@microsoft.com...
> > Just discovered that the following works:
> > <a href="#" onclick="window.showHelp('C:\\Help\\Help.chm')">Op en CHM</a>
> > <a href="#"
> >

> onclick="window.showHelp('mk:@MSITStore:C:\\Help\\ Help.chm::/topic2b.htm')">
> Open Topic 2b from CHM</a>
> > Difference to my first lines code: \\ instead of \
> >
> > There's only one problem though:
> > The hyperlinks work IF and ONLY IF the HTML page runs locally, i.e.
> > C:\Inetpub\...htm
> > If I access the HTML page over the Internet as part of a ASP.NET web app,
> > i.e. http://...htm, the hyperlinks give an access denied error message.
> >
> > Please confirm that access to CHM via the hyperlink is not possible over

> the
> > Internet, even if the HTML uploaded at a URL checks for and opens a local

> CHM
> > file.
> > Thanks.
> >
> > "Ovidiu" wrote:
> >
> > > 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('mk:@MSITStore:C:\Help\He lp.chm::/topic2b.htm')">Op
> en 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!

>
>
>

Reply With Quote
  #5  
Old 01-05-2006, 04:24 PM
Vincenzo Di Russo [MVP]
 
Posts: n/a
Default Re: Link to local CHM file (IE6)

Try http://windowsxp.mvps.org/helpctrindex.htm

--
Vincenzo Di Russo
Microsoft® MVP - Most Valuable Professional
Windows - Internet Explorer 2003/2004/2005
My home: http://mvp.support.microsoft.com/
My Blog: http://blogs.dotnethell.it/vincent/

Ovidiu wrote:
> Thanks for the reply Rob.
> Unfortunately it hasn’t solved my problem. Installing 811630 doesn’t apply
> to me; I am already running WIN2K Pro SP4, forgot to mention this, which
> includes the 811630 fix.
> Have you any other ideas?
>
> "Rob Parsons" wrote:
>
>> Hi Ovidiu,
>>
>> Here is the link to the Knowledge Base article covering this behavior
>>
>> http://support.microsoft.com/default...b;en-us;811630
>>
>>
>>
>>
>> "Ovidiu" <Ovidiu@discussions.microsoft.com> wrote in message
>> news:C0D2F3F7-837C-45EB-AD7B-D4CBCE748FB0@microsoft.com...
>>> Just discovered that the following works:
>>> <a href="#" onclick="window.showHelp('C:\\Help\\Help.chm')">Op en CHM</a>
>>> <a href="#"
>>>

>>

onclick="window.showHelp('mk:@MSITStore:C:\\Help\\ Help.chm::/topic2b.htm')">
>> Open Topic 2b from CHM</a>
>>> Difference to my first lines code: \\ instead of \
>>>
>>> There's only one problem though:
>>> The hyperlinks work IF and ONLY IF the HTML page runs locally, i.e.
>>> C:\Inetpub\...htm
>>> If I access the HTML page over the Internet as part of a ASP.NET web
>>> app, i.e. http://...htm, the hyperlinks give an access denied error
>>> message.
>>>
>>> Please confirm that access to CHM via the hyperlink is not possible
>>> over the Internet, even if the HTML uploaded at a URL checks for and
>>> opens a local CHM file.
>>> Thanks.
>>>
>>> "Ovidiu" wrote:
>>>
>>>> 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('mk:@MSITStore:C:\Help\He lp.chm::/topic2b.htm')">Op
>> en 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!


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Clicking on Link to .MPG File Will Not Open It Automatically z_q-g.-u@cox.net Internet Explorer 6 1 01-05-2006 04:24 PM
2 shortcut questions SeaMaid Windows XP Customize 11 01-05-2006 06:30 AM
Local admin rights not flowing through Eric Windows XP Security Admin 5 01-05-2006 05:42 AM
Hide local file server from everyone but me? Kerry Windows XP Network Web 3 01-05-2006 04:15 AM
One-way connection: networked XP/2000 PC's Cheryl Windows XP Network Web 22 01-05-2006 04:11 AM


All times are GMT. The time now is 12:11 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Link to local CHM file (IE6)