|
 |
asp_web_howto thread: Send Keys - Send Help!!!!
Message #1 by "Marcelo Saiz" <msaiz@a...> on Mon, 25 Dec 2000 11:37:57 -0300
|
|
HI everyone.....I've no recieved any answer to my question about how to execute and send some keys to an
application started from my ASP page. This must be run on the client machine.
Maybe some of you have a sample o script to do this....
I'll appreciate any information.
Thanks,
Marcelo
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by "Martin McIntyre" <martin@m...> on Mon, 25 Dec 2000 19:30:46 -0000
|
|
Seems that this simple task is beyond most people, I asked some time ago,
with no response either.
I know I read somewhere you can do an window.event.keycodes to send
keystrokes but I've only managed it to send a code whem someone is keying
into the field itself. (i.e. If some is typing 'test', you can use the
command above so that on each keypress you send a different code to that
what has been entered.)
This function would convert each keystroke into a 7.
function text1_onkeypress() {
window.event.keyCode = 55
}
You may be able to do more with this, please let me know if you have more
success.
Cheers
Martin
-----Original Message-----
From: Marcelo Saiz [mailto:msaiz@a...]
Sent: 25 December 2000 14:38
To: ASP Web HowTo
Subject: [asp_web_howto] Send Keys - Send Help!!!!
HI everyone.....I've no recieved any answer to my question about how to
execute and send some keys to an application started from my ASP page. This
must be run on the client machine.
Maybe some of you have a sample o script to do this....
I'll appreciate any information.
Thanks,
Marcelo
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #3 by "Marcelo Saiz" <msaiz@a...> on Mon, 25 Dec 2000 23:40:20 -0300
|
|
I'll try...today I find a tutorial about it...I'll tell you te news.
Marcelo
---
MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.
---
You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |