JavaScript and BHO communication?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'd like to know if it's possible for a JavaScript executed by the browser to send information to a browser helper object (BHO) also running in this browser? The reason is that I'd like to store the login information (the login functionality is implemented in JavaScript) in my BHO instead of a cookie. Is something like that possible? By the way, a server-side session based solution is not possible in my case. Thanks, Constantin