| This is a simple Web application demonstrating the basic mechanism for establishing a communication between WAA and a remote Web browser. | My First HTML Page |
| Here is a page demonstrating the usage of the Standard Package DLL included in the WAA server kit. It allows for accessing arbitrary DBF tables via the Web. | The Standard Package DLL |
| The possibility to send E mails from a Web application is subject of this example. | Sending an E mail |
|
This sample makes use of the HTML3 class which assembles the
HTML formatted response of a Web application to the remote browser. A variety of methods are available to include input controls easily in an HTML page. |
|
|
This sample shows an Electronic Warehouse where you can
order computers. Different programming techniques cover how to include image files in your HTML pages, how to establish a persistent session on the Web, and how to receive customer data from a remote browser and store it in a database on the server side. |
|
|
You can Inherit from the HTML3 class and program your own user-defined
HTML3 class. This sample shows "How to" and uses a FrameSet class as an example. |
|