Stuffing key sequence with Javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
mikefrench
Forum Newbie
Posts: 1
Joined: Thu Nov 23, 2006 11:29 pm

Stuffing key sequence with Javascript

Post by mikefrench »

I have a programming student who is trying to activate a TSR program from within javascript. He needs to stuff a key sequence like Ctrl-Q into the keyboard queue rather than require an operator to press that key sequence themselves. Any suggestions on how to do this? I have not worked in Javascript myself.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Not possible.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Moved to client-side.
Post Reply