[webkit-help] How to add object type and id....
Vicky Tux
ssseintr2 at gmail.com
Mon Jun 20 22:40:40 PDT 2011
Hi,
Please anyone help me, how to implement below example code in our WebKit and
also give the sample code for my reference.
example code is,
*test.html*
<html>
<head>
<script type="text/javascript">
function myfunc() {
var appMgr = document.getElementById("appManager");
alert(appMgr);
var self = appMgr.getOwnerApplication(window.document) ;
alert(self);
}
</script>
</head>
<body onload="myfunc();">
<object type="application/oipfapplicationManager" id="appManager"><object/>
</body>
</html>
Thanks & Regards,
Vicky.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110621/d54362b2/attachment.html>
More information about the webkit-help
mailing list