OLD | NEW |
| (Empty) |
1 <html> | |
2 | |
3 <head> | |
4 <script> | |
5 count = 0; | |
6 function onSuccess(name, id) { | |
7 count++; | |
8 if (count == 15) | |
9 document.title = "OK"; | |
10 } | |
11 </script> | |
12 </head> | |
13 | |
14 | |
15 <body> | |
16 <div id="statusPanel" style="border: 1px solid red; width: 100%"> | |
17 Test running.... | |
18 </div> | |
19 | |
20 | |
21 Loading many plugins<p> | |
22 Tests our ability to load multiple plugins in a single page.<P> | |
23 | |
24 <embed type="application/vnd.npapi-test" | |
25 name="arguments" | |
26 mode="np_embed" | |
27 id="1" | |
28 > | |
29 <embed type="application/vnd.npapi-test" | |
30 name="arguments" | |
31 mode="np_embed" | |
32 id="2" | |
33 > | |
34 <embed type="application/vnd.npapi-test" | |
35 name="arguments" | |
36 mode="np_embed" | |
37 id="3" | |
38 > | |
39 <embed type="application/vnd.npapi-test" | |
40 name="arguments" | |
41 mode="np_embed" | |
42 id="4" | |
43 > | |
44 <embed type="application/vnd.npapi-test" | |
45 name="arguments" | |
46 mode="np_embed" | |
47 id="5" | |
48 > | |
49 <embed type="application/vnd.npapi-test" | |
50 name="arguments" | |
51 mode="np_embed" | |
52 id="6" | |
53 > | |
54 <embed type="application/vnd.npapi-test" | |
55 name="arguments" | |
56 mode="np_embed" | |
57 id="7" | |
58 > | |
59 <embed type="application/vnd.npapi-test" | |
60 name="arguments" | |
61 mode="np_embed" | |
62 id="8" | |
63 > | |
64 <embed type="application/vnd.npapi-test" | |
65 name="arguments" | |
66 mode="np_embed" | |
67 id="9" | |
68 > | |
69 <embed type="application/vnd.npapi-test" | |
70 name="arguments" | |
71 mode="np_embed" | |
72 id="10" | |
73 > | |
74 <embed type="application/vnd.npapi-test" | |
75 name="arguments" | |
76 mode="np_embed" | |
77 id="11" | |
78 > | |
79 <embed type="application/vnd.npapi-test" | |
80 name="arguments" | |
81 mode="np_embed" | |
82 id="12" | |
83 > | |
84 <embed type="application/vnd.npapi-test" | |
85 name="arguments" | |
86 mode="np_embed" | |
87 id="13" | |
88 > | |
89 <embed type="application/vnd.npapi-test" | |
90 name="arguments" | |
91 mode="np_embed" | |
92 id="14" | |
93 > | |
94 <embed type="application/vnd.npapi-test" | |
95 name="arguments" | |
96 mode="np_embed" | |
97 id="15" | |
98 > | |
99 | |
100 </body> | |
101 </html> | |
OLD | NEW |