equal
deleted
inserted
replaced
|
1 <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> |