4 <script src=
"npapi.js"></script>
7 function DeletePluginWithinScript() {
8 var plugin_div
= document
.getElementById("PluginDiv");
9 plugin_div
.innerHTML
= "Object Deleted";
10 onSuccess("npobject_delete_plugin_in_evaluate", 1);
16 <div id=
"statusPanel" style=
"border: 1px solid red; width: 100%">
21 NPObject Proxy Test
<p>
23 Tests the case where a plugin instance is deleted in the context
27 <embed type=
"application/vnd.npapi-test"
29 name=
"npobject_delete_plugin_in_evaluate"
35 var height
= document
.body
.offsetHeight
;