I'd really appreciate a reply via e-mail as well as here...
I'm not sure if I can find my way back here!
Thanks!
If the file was outside the CHM then that's OK. You could use a
HH Shortcut command to effectively perform a ShellExec on the
external file.
Rob
"Jeff Garbers" <jgar...@xltsoftware.com> wrote in message
news:15c101c5318c$cbb3d530$a401...@phx.gbl...
The http links I'm talking about go to a web site. Say I
want a link to microsoft.com in the help file - as in <a
href="http://www.microsoft.com">Visit Microsoft</a>. How do
I get HH to launch the default browser instead of IE?
>.
>
Rob Chandler [MVP] wrote:
> Sorry abou the Jagon.
> So .CHM files are like ZIP files except they are ITS file.
>
> With compiled CHM you can run a HH Shortcut command.
> (see Workshop help for more info) to run external files.
>
> Basically you would do the following:
>
> put this code in your <head> section:
>
> <OBJECT id=SomeUniqueID type="application/x-oleobject"
> classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
> <PARAM name="Command" value="ShortCut">
> <PARAM name="Item1" value=",http://www.microsoft.com,">
> </OBJECT>
>
> your links would look like this
>
> <a href="javascript:SomeUniqueID.Click()">Click me to go to
> www.microsoft.com</a>
>
> - See example attached
> - Wont work on the web
> - Only works in compressed CHM file.
> - SomeUniqueID must be a unique name for each shortcut you create in a HTML
> file.
>
> Hope it helps
> Rob
>
>