TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Calling WinHelp from a browser based app From:"Wing, Michael J" <mjwing -at- INGR -dot- COM> Date:Wed, 19 May 1999 13:26:53 -0500
In IE 4.0 or higher, the following works:
<a href="javascript:DoHelp('MyHelpFile.hlp',100,false)">Press me for help
</a>
<Script Language="VBS">
'Subroutine to display help
Sub DoHelp(File, Context, Pop)
If Pop Then
window.showhelp file, Context, "popup"
Else
window.showhelp file, Context
End If
End Sub
</Script>
Mike
Michael Wing (mailto:mjwing -at- ingr -dot- com)
Staff Writer/ Web Applications Developer
Intergraph Corporation; Huntsville, Alabama http://maps.intergraph.com
> -----Original Message-----
> From: Suzette Seveny [SMTP:sseveny -at- PETVALU -dot- COM]
> Sent: Monday, May 17, 1999 12:03 PM
> To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
> Subject: Calling WinHelp from a browser based app
>
> Does anybody know if it is possible to call a WinHelp file from a browser
> based
> application? Has anyone done this? Should I be thinking of HTMLHelp?
>
> All of our applications are going to be browser-based. I have three such
> apps
> at the moment, and now we are wondering about the help files. Any
> assistance
> anyone can give me would be very much appreciated.
>
> Suzette Seveny
> Markham, Ontario, Canada
> sseveny -at- petvalu -dot- com or suzette -at- yesic -dot- com
> ------------------------------------------------------------------
> DISCLAIMER:
> Any opinions expressed are MY opinions.
> Feel free to have your own.
> Let's agree to disagree
> But Please - Don't Flame Me.
>
> Laugh and the world laughs with you;
> Snore and you sleep alone.
>
> From ??? -at- ??? Sun Jan 00 00:00:00 0000=
> =
>
>