Getting Started

Let's Go!

This Fast Track tutorial demonstrates two methods to call Context-Sensitive Help in a Web Form:

We'll discover how Unobtrusive DOM/JavaScript achieves the desired result in calling Context-Sensitive help, and demonstrate how to keep the Structure, Presentation, and Behavior layers of a web page completely separate from one another ensuring good practice with current web standards and accessibility rules.

top

Employing the Field Help Method

A standards-based, accessible and integrated alternative to Context-Sensitive help popup windows

The Context-Sensitive Field Help Method with unobtrusive DOM/JavaScript goes a long way in satisfying web standards and accessibility needs.

top

Employing the Form Help Method

Calling traditional Context-Sensitive help popup windows

This method has been implemented throughout web-based application history.

The advent of web standards and web accessibility has highlighed the difficulties assistive devices (i.e., screen readers, etc.) encounter when dealing with popup windows.

top

Other Possibilities

Frequently Asked Questions Example

How to use: Activate/Click a expand icon to open or close an answer section.

Question 1 faq1

Answer: This answer is constructed with a paragraph and an ordered list.

  1. Task
    1. Nested Task
  2. Task
  3. Task

Question 2 faq2

Answer: This answer is constructed with a paragraph and an unordered list.

  • Item
    • Nested Item
  • Item
  • Item

Question 3 faq3

Answer: This answer is constructed with a paragraph and a definition list.

Definition Term
Definition Description
Definition Term
Definition Description

top