Fifth International World Wide Web Conference
Future Work
- Form State:
- volatile form state is maintained by the applet, not the browser
- browser needs to know form state to cope with applet termination
- Reloading Forms:
- data entered into form is not preserved when the applet terminates
- form state should be saved and applets suspended, to permit reloads
- Stylesheets:
- text added by an applet to a form should conform to the style
- best done by adding text to/as HTML elements
- but this is problematic when adding an element with subclassing
Active Forms
(P.Thistlewaite,S.Ball)