DotWeb tries to make Web programming as much fun as GUI programming. It provides you with a template engine that allows you to access HTML tags and form elements by objects. These objects have methods for all HTML attributes like setStyle() or setHref() for the style and href attributes of an anchor for example. Another useful feature are FormValidators which check if the user has typed in all the data that is required for a form and if all data is correct. There are events that are triggered when a variable is submitted with a given value and that call a user-defined function when they occur.
| Implementation | PHP |
|---|