Add help to a page (Article # 150)
View products that this article applies to.
Problem:
1. Create a new help page, such as site_help.htm
2. Place this new file in the same directory as the page you want to post it form, i.e. /pages/site/
3. In the calling page, add the following (setting the value to whatever you want your help page to be):
<input type="hidden" name="help_page" value="site_help.htm">
4. Be sure your calling page includes client_utility.js
5. Test: Post your page, such as site.asp, and press F1. Your custom page should show, and the default IE help should not.
Resolution:
Applies To: