I have an npruntime plugin that works fine on Firefox 3.6. It has a propert called memberId and I am able to get its value in firefox. Javascript code that gets this is as
below.
<embed type="application/x-Inforbit-Infotriever-Plugin-Ex" id="pluginId">
<script>
var plugin = document.getElementById("pluginId");
var result = plugin.memberId; // call a method in your plugin
document.write("my plugin returned: " + result);
</script>
How can I get this same plugin running in google chrome?
Please let me know the installation procedure and Java Script code for the same
Thanks,
Sandeep


LinkBack URL
About LinkBacks



Reply With Quote
).