|
||||||
|
||||||
The JazPanel is a Java-based geographic area selection applet.
This version is mostly Javascript and HTML. The main point is to make the text fields in HTML so Web readers will be able to read them, which should satisfy 508 compliance. The only Java part is the map, which needs to stay java to keep the rubber-band drawing capabilities for ordinary users. With the text fields editable, and HTML, users who cannot use the map will still be able to enter coordinates.
The radio buttons and checkboxes at the bottom of the page switch some configuration parameters in the applet. They are there for demonstration purposes. (Most interfaces would just pick an appropriate configuration and not leave it up to the user to define.)
Note that the core of this interface is the same Java applet as the "Mostly Java" version, just with a few switches switched and the actual applet not displayed. There is an additional layer of HTML forms on this page and the HTML communicates with the Java via heavy use of Javascript. Javascript is not browser independent, so that could be a problem.
| Browser | OS | Status |
| Netscape 4.7 | Windows | Working |
| Netscape 4.7 | Irix | Working |
| Netscape 4.7 | Redhat | Working |
| Netscape 4.8 | Suse | Working |
| Netscape 6.2 | Windows | Working |
| Netscape 7.0 | Windows | Working |
| Internet Explorer 5.0 | Windows | Working |
| Internet Explorer 6.0 | Windows | Working |
| Konqueror 3.1 | Suse | NOT Working |
| Mozilla 1.2 | Suse | Mostly Working |
| Mozilla 1.3 | Redhat | NOT Working |
| Konqueror 2.2.1 | Redhat | NOT Working |
What works and what doesn't:
Please send comments, questions and queries regarding this project to swick@nsidc.org