wp_help_header

one of the documented procedures in this installation of the ACS
Usage:
wp_help_header   title
What it does:
Returns a help header for WimpyPoint.
Defined in: /web/philip/tcl/wp-defs.tcl

Source code:


    return "[ad_header $title]
<h2>$title</h2>
<a href=\"javascript:history.back()\">Return to WimpyPoint</a>
<hr>
"



philg@mit.edu