Re: Calling WinHelp from a browser based app

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=
> =
>
>


From ??? -at- ??? Sun Jan 00 00:00:00 0000=



Previous by Author: Re: Zerk
Next by Author: Online Windows Guidelines for Software Design
Previous by Thread: Calling WinHelp from a browser based app
Next by Thread: Documenting a ridiculous user-interface?


What this post helpful? Share it with friends and colleagues:


Sponsored Ads