![]() |
accessing property of npapi plugin with javascript
i do something like this
Code:
i simply can insert Param name value to my application but i have to repeat
<embed id="object" type="application/x-plugin" width="900" height="500">
<param name="name" value="test" /> <param name="pass" value="blabla" /> </embed> <script> var control = document.getElementById('object'); function myFunction() { control.name=document.getElementById("name").value; } myFunction(); </script>
Code:
each time i want to read other param is there any way to accsess property in napapi same as normal activex do with type library ?like for each param property = its value ?
control.name=document.getElementById("name").value;
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:36 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz