* * * * * *   SOME  TECHNICAL  NOTES   * * * * * *
          About the District 9 MD. Literature Page

 Under construction a/o 20070707
 much to update and add to this since now going to full page
  ToDo: 

  - a brief history of the page
    - how idea originated
    - where page template came from
    - original implementation
    - evolution to current page operation
  - the present layout and operation

                To add to or adjust the list: 
1)- There must be a matching entry # for each of these title entry #'s
in each of the following four sections found at the end of this code.
For example  where "x" (or "xx") represents the title entry # :
-----------------------------------------------------------------------------
   -- three (3) entries in the function "Calc()" --
-----------------------------------------------------------------------------
--- (1) ---
function Calc (Op) {       #...skip down to..
case x:
  Price = Lxg;
  OrderPad.totx.value = Price * OrderPad.px.value;
  OrderPad.totsx.value = Dollar (OrderPad.totx.value);

--- (2) ---
tx = OrderPad.totx.value * 1;

--- (3) ---
gtt+=tx;

-----------------------------------------------------------------------------
   -- and one (1) entry in the function "coffeemsg()" -- (for the mailing)
-----------------------------------------------------------------------------
--- (1) ---
function coffeemsg(form) {      #...skip down to..
+Lxc+' '+Lxe+' '+Lxf+' '+OrderPad.px.value+' '+OrderPad.totsx.value+dropline

            (that should be clear as mud , , I will try to improve on this...)
Return to D9 Literature Page
Return to D9 Home Page