When I use npapi to develop a textinput to be a part of form,when I click submit button,How to submit the value of textinput developed by npapi?
Asked
Active
Viewed 30 times
0
-
I do not know of any way to do this. – taxilian Aug 26 '14 at 15:56
-
I suppose you could have the npapi plugin inject it into a hidden field as it is changed – taxilian Aug 26 '14 at 15:56
-
That, or just collect the value from an onsubmit handler. – Georg Fritzsche Aug 27 '14 at 13:39
-
Although i'd say avoid developing this as NPAPI in the first place. I don't know what exactly you want to do, but NPAPI is either going away (Chrome) or plugins get disabled by default (Firefox). Not to mention the distribution issues and that it won't work on mobile. – Georg Fritzsche Aug 27 '14 at 13:40