is there any way the NPAPI plug-in call the function in JS? if yes,please give me an example.By the way,my plug-in is running on safari.
Thanks very much.
Asked
Active
Viewed 780 times
0

Georg Fritzsche
- 97,545
- 26
- 194
- 236

Magical
- 263
- 3
- 10
1 Answers
0
You call JS functions using NPN_Invoke()
or NPN_InvokeDefault()
.
I recommend to read through some introductory material on writing NPAPI plugins.

Community
- 1
- 1

Georg Fritzsche
- 97,545
- 26
- 194
- 236