# this is a page script in the Tcl language, an interpreter for # which is included within the AOLserver HTTP server. This is # a free open-source program that has been used to serve billions of # page requests from America Online's servers, e.g., www.aol.com. # more info: http://en.wikipedia.org/wiki/AOLserver # send basic text/html headers back to the client # note that we just put characters in a Tcl string (by wrapping them in string quotes) # and then call the AOLserver API function NS_WRITE to send them # out to the browser ns_write "HTTP/1.0 200 OK MIME-Version: 1.0 Content-Type: text/html " # write the top of the page; we supply a static string of HTML # as an argument to the NS_WRITE function and it will be sent # to the browser. ns_write " Your Recent Transactions

Your Recent Transactions



Thank you for banking with us. Questions about your account? Call us at 800-555-1212. "