August 19, 1997

Help Search on the Menu Bar

Ever wanted to add a “Search for Help on…” item in themenu bar? Here’s the secret: ‘Declares and Constant for Help Menu Declare Function WinHelp% Lib “User” _ (ByVal hWnd%, ByVal HelpFile$, ByVal helpcode%, _ ByVal helpdata&) Declare Function WinHelpByString% Lib “User” _ Alias “WinHelp” (ByVal hWnd%, ByVal HelpFile$, _

frames and cgi

Question: Is there a way to target dynamicly created html from a form in one frame to another using perl? Answer: Sure thing.