blob: 1a0801bd5e991a4c82b05931b13ac75ef2336c83 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001<html>
2<head>
3<title> APL </title>
4</head>
5<body>
6 Wait until 5 applets have initialised and started and display string
7 messages. Applet 0 and Applet 2 should find one less print service
8 than the rest.
9 Specifically all except Applets 0 and 2 should find a service called
10 Applet N printer where N is the number of the applet. They should *NOT*
11 find Applet M printer (where M != N).
12
13
14<h1>Applet Print Service Lookup</h1>
15
16<APPLET CODE="Applet0.class" CODEBASE=applet0 WIDTH=300 HEIGHT=200></APPLET>
17<APPLET CODE="Applet1.class" ARCHIVE="applet1.jar" CODEBASE=applet1 WIDTH=300 HEIGHT=200></APPLET>
18<APPLET CODE="Applet2.class" CODEBASE=applet2 WIDTH=300 HEIGHT=200></APPLET>
19<APPLET CODE="Applet3.class" CODEBASE=applet3 WIDTH=300 HEIGHT=200></APPLET>
20<APPLET CODE="Applet4.class" CODEBASE=applet4 WIDTH=300 HEIGHT=200></APPLET>
21</body>
22</html>