ACM Home Page
Please provide us with feedback. Feedback
An improved method for creating dynamic web forms using APL
Full text PdfPdf (624 KB)
Source International Conference on APL archive
Proceedings of the international conference on APL-Berlin-2000 conference table of contents
Berlin, Germany
Pages: 104 - 111  
Year of Publication: 2000
ISBN:1-58113-182-8
Also published in ...
Author
Steven J. Halasz  Lingo Allegro U.S.A., Inc.
Sponsor
SIGAPL: ACM Special Interest Group on APL Programming Language
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 7,   Downloads (12 Months): 17,   Citation Count: 0
Additional Information:

abstract   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/570475.570489
What is a DOI?

ABSTRACT

The subject of this paper is "active" or "dynamic" web forms handled by Dyalog APL running on a web server. With "active" web forms, the HTML which specifies form controls is generated dynamically by a server program, in contrast to "static" web forms in which the HTML is fixed and does not vary from one page hit to the next. Also, I will be discussing only "thin client" approaches which minimize the amount of code which runs on the client machine. The method shown, which I call a "standard template" method, allows source pages to be maintained with visual tools such as Macromedia Dreamweaver and minimizes the amount of coding required when new forms are created in the same general format.