0N/A<html>
0N/A<head>
0N/A<title> APL </title>
0N/A</head>
0N/A<body>
0N/A Wait until 5 applets have initialised and started and display string
0N/A messages. Applet 0 and Applet 2 should find one less print service
0N/A than the rest.
0N/A Specifically all except Applets 0 and 2 should find a service called
0N/A Applet N printer where N is the number of the applet. They should *NOT*
0N/A find Applet M printer (where M != N).
0N/A
0N/A
0N/A<h1>Applet Print Service Lookup</h1>
0N/A
0N/A<APPLET CODE="Applet0.class" CODEBASE=applet0 WIDTH=300 HEIGHT=200></APPLET>
0N/A<APPLET CODE="Applet1.class" ARCHIVE="applet1.jar" CODEBASE=applet1 WIDTH=300 HEIGHT=200></APPLET>
0N/A<APPLET CODE="Applet2.class" CODEBASE=applet2 WIDTH=300 HEIGHT=200></APPLET>
0N/A<APPLET CODE="Applet3.class" CODEBASE=applet3 WIDTH=300 HEIGHT=200></APPLET>
0N/A<APPLET CODE="Applet4.class" CODEBASE=applet4 WIDTH=300 HEIGHT=200></APPLET>
0N/A</body>
0N/A</html>