Users of software applications have come to expect online, context-sensitive help to assist them with operation of the software. A Web-based help system should equal or better the functionality and performance of existing help systems. The approach taken in this paper is to examine expectations of help system functionality, and propose a method of implementing those features into a Web environment.
The functionality expected of a Web-based Help system will include the following.
This functionality requires changes or extensions to existing technology:
Help should be accessible from an on-screen button, keystroke (usually F1), and right mouse click. Current browsers will permit the launching of help through an on-screen button, but not through a keystroke or right mouse click. To achieve this functionality in Web-based Help, browsers will require some enhancement, either through software changes or plug-in.
Most software applications comprise text entry fields, selection lists, option buttons, and push buttons. Web-based applications use similar (but often less sophisticated) controls within forms, encoded through standard HTML. HTML controls already hold a name attribute, although this is unique to the form, not to the application (which may be a collection of forms). If a collection of help pages is related to a form, then the name attribute could be used as the context hook. If a collection of help pages were related to the application (or collection of forms), another attribute would have to be added to the control tags.
When a user requests help, there should be minimal delay in response. This is more critical for What's This style help. For Internet applications over PSTN, such response is not possible, as the delay between HTTP Request and commencement of rendering will always be unacceptably slow. It is therefore desirable that help text be downloaded with the form page itself, so that a help panel could be retrieved locally.
Most browsers already support hypertext links to pages in a separate window. On older hardware platforms, this puts a very high load on system resources and performance, but is becoming less of a problem on fast systems. For What's This style help, however, where immediate response is required, it is still unacceptably slow on the fastest of systems. Improvements in browser design will no doubt reduce this as an issue over time, but changes in browser software design in this area are highly desirable.
An emerging option for help systems is for help to be displayed in the same window as the application, with content changing as the user moves through a form. This functionality could easily be achieved by displaying help in a separate frame within the same window. The window should be able to be displayed 'Always on Top', to permit reading of content while continuing with data entry.
There is no reason why existing HTML-based Help technologies, such as NetHelp and HTML Help, should not still be able to be used within Web-based help.
A pop-up style of content display for Web-based Help would be highly desirable, particularly for What's This style help. Such pop-ups must be capable of rendering HTML content, thus allowing authors to define text and window attributes, and allowing graphical content. The only platform-independent method of displaying pop-ups within HTML currently is through JavaScript. The limitations of this approach include the complicated coding involved, the lack of control over text attributes, and the inability to display graphics.
The following additions to browser feature sets are required: