5 function PluginCreated() {
7 document
.title
= count
.toString();
12 var child
= document
.createElement("div");
13 child
.innerHTML
= '<embed type="application/vnd.npapi-test" src="foo" '+
14 'name="invoke_js_function_on_create" ' +
15 'id="' + id
+ '" mode="np_embed">';
16 document
.getElementById("content").appendChild(child
);
21 <body onload=
"inject();">
22 <div id=
"content"></div>