Sample Data Entry Form


List Add

Smart Data Entry Form
Vendor name
Address
City, State, Zip
Phone
Fax
email
fund sub resrce sub goal funct objt sub sch loc cst pjYr fy debit credit

This page demonstrates the use of AJAX, Javascript, and DHTML on a conventional xhtml compliant php page. Notice that the magnifiying glass lookups available records, where each record in the list can be clicked to populate the form. The entire page remains intact during data processing activities such as adding, updating, searching, deleting records, and quick-lookups. All communication with the server is held with Asynchronous Javascript and XML protocol (AJAX). Anynchronous communication means that the amount of data going to the server is not the same with the amount of data returning from the server to your browser. For example, the magnifying glass sends minimal data to the server and retrieves a large amount of data from the server. On the contrary, the Add, Update, and Search button sends a large amount of data to the server and only retrieves one short message string. In simpler terms, pages with 100% AJAX transaction such as this one does not blink nor lose information when you click on the buttons.

This website is generated with EDI code generator with slight enhancements and modifications. For complete information on EDI, go to http://www.yogigrantz.com/edi.htm