Is it possible to interact with local computer in some way with JavaScript ?
Like sending a message (SendMessage/PostMessage) to a local
program.
I want to write a service; installed on the client computer. When a user is
on the webpage the webpage can send some kind of messages to my
service program.
Is this possible or must I use Java ?
Like sending a message (SendMessage/PostMessage) to a local
program.
I want to write a service; installed on the client computer. When a user is
on the webpage the webpage can send some kind of messages to my
service program.
Is this possible or must I use Java ?
Comment