3 <script src=
"npapi.js"></script>
5 function GetMagicNumber() {
9 function onSuccess(name
, id
) {
10 parent
.onSuccess(name
, id
);
13 function onFailure(name
, id
, status
) {
14 parent
.onFailure(name
, id
, status
);
21 <embed type=
"application/vnd.npapi-test"
23 name=
"ensure_scripting_works_in_destroy"
29 var height
= document
.body
.offsetHeight
;