Click to See Complete Forum and Search --> : Sendkey and variable to program


MrJansuh
08-27-2003, 04:10 AM
Hey guys,
I need to be able to click a link, which sends two or three keypressesn + a variable to a program om the users computer.
(Telephone program...)
Anyone knows how to do this?

thnx,
Robert Jansen

Khalid Ali
08-27-2003, 08:16 AM
few options.
1. First and most important is to remember that javascript can not acess any resources on the system.

2. If the program is running on a web server then you can use HTTP protocol to send get info to a program on the web server.

3. you may find some Java Applets or MS ActiveXcontrols to get this done