The asldbsearch applet is a java program that runs on the client's machine. It provides a graphical user interface described in [1]. It communicates directly with the ASL Sever using the custom protocol described above. The asldbsearch applet runs within the client's browser; it redirects the browser to the results page once it is created.
| Location data | |
| directory | /home/rvl2/d/asldata/public-web/ |
| source file | asldbsearch.java |
| HTML file | asldbsearch.html |
This is the entire contents of asldbsearch.html
<!DOCTYPE HTML PUBLIC> <html> <head> <title>ASL DataBase Search</title> <body> <APPLET CODE = "asldbsearch" ARCHIVE = "asldbsearch.jar" WIDTH = 1200 HEIGHT = 800 > </APPLET> </body> </html>