Hi all,
I've got a doozy here: I have a customer who uses a Java applet that connects to a remote AS400 terminal, and provides a full emulation of that terminal to the viewer. (it's called OC://WebConnect). The thing they are hoping I can do is create some scripts that will automate certain activities in that terminal.
The terminal itself is on a server owned by another, much bigger company, and there is no way at present to ask them to provide any server-side modification and assistance, so I am left trying to solve this client-side.
The Java window is spawned from an Internet Explorer session, but it instantly pops up a separate Java window which only contains the terminal. I am hoping, through some combination of WSH/COM/VBscript, to come up with a way to control that terminal.
Part II: things might be moving into the realm of the possible --
The terminal itself has several mouse-activated menus, and one of them allows the user to record a macro and then play that macro back. The only problem is that there is no way to save that macro between sessions (It's supposed to be done server-side, embedded in the applet parameters). If I were to be able to write a script that would open the macro menu, and actually input the text of the macro, then from there run the macro as many times as the user wants, that would be great.
Failing that, I am hoping there is a way to control that window itself with VBScript, and handle the whole range of keystroke activities the user would normally do by hand.
Can anyone point me in the right direction for this? Any simple examples of controlling windows from .VBS files, etc... Any keystroke emulation routines?
All suggestions appreciated, Thanx
I've got a doozy here: I have a customer who uses a Java applet that connects to a remote AS400 terminal, and provides a full emulation of that terminal to the viewer. (it's called OC://WebConnect). The thing they are hoping I can do is create some scripts that will automate certain activities in that terminal.
The terminal itself is on a server owned by another, much bigger company, and there is no way at present to ask them to provide any server-side modification and assistance, so I am left trying to solve this client-side.
The Java window is spawned from an Internet Explorer session, but it instantly pops up a separate Java window which only contains the terminal. I am hoping, through some combination of WSH/COM/VBscript, to come up with a way to control that terminal.
Part II: things might be moving into the realm of the possible --
The terminal itself has several mouse-activated menus, and one of them allows the user to record a macro and then play that macro back. The only problem is that there is no way to save that macro between sessions (It's supposed to be done server-side, embedded in the applet parameters). If I were to be able to write a script that would open the macro menu, and actually input the text of the macro, then from there run the macro as many times as the user wants, that would be great.
Failing that, I am hoping there is a way to control that window itself with VBScript, and handle the whole range of keystroke activities the user would normally do by hand.
Can anyone point me in the right direction for this? Any simple examples of controlling windows from .VBS files, etc... Any keystroke emulation routines?
All suggestions appreciated, Thanx