Forum: Scripting
08-31-2008, 04:38 AM
|
Replies: 5
Views: 3,640
|
Forum: Scripting
07-02-2008, 08:37 AM
|
Replies: 13
Views: 18,354
|
Forum: Scripting
06-27-2008, 02:53 PM
|
Replies: 13
Views: 18,354
i see now what you mean by "onchange".
e.g....
i see now what you mean by "onchange".
e.g. selecting one drop-down selection, can trigger/select a particular related value in another drop-down or even radio selection, right?
but that's...
|
Forum: Scripting
06-26-2008, 12:58 PM
|
Replies: 13
Views: 18,354
that looks and sounds good, kbarnette. ;)
i...
that looks and sounds good, kbarnette. ;)
i wasn't thinking of the "onchange=" action nor the 'different' variables (i.e. MyDropDown & MyDropDownChange)
i'll have to script a test one up and...
|
Forum: Scripting
06-24-2008, 03:39 PM
|
Replies: 13
Views: 18,354
the custom dialog IE script is excellent :D ...
the custom dialog IE script is excellent :D
thanks for that tnygren.
i just have a tiny question regarding it.
since i see it uses the 'buttonhandler' to tie the IE object with SecureCRT input,...
|
Forum: Scripting
05-19-2008, 11:59 PM
|
Replies: 17
Views: 36,019
|
Forum: Scripting
05-19-2008, 07:45 PM
|
Replies: 17
Views: 36,019
i think i've figured it out.
i just needed...
i think i've figured it out.
i just needed to inlclude the proper syntax for it, e.g.
crt.Screen.Send Form.textbox.value
or something similar.
it just didn't like the way i was using...
|
Forum: Scripting
05-03-2008, 06:49 AM
|
Replies: 17
Views: 36,019
excellent! :D
just what i was looking for.
...
excellent! :D
just what i was looking for.
now, i just have to figure out why i'm not able to do the following
------------------
crt.screen.Send <value from the dialog-box text field>...
|
Forum: Scripting
03-26-2008, 09:27 PM
|
Replies: 9
Views: 25,597
|
Forum: Scripting
10-25-2005, 07:30 PM
|
Replies: 4
Views: 5,537
thanks Teresa.
i guess, it's a really commonly...
thanks Teresa.
i guess, it's a really commonly requested feature and can unlock the potential of having feature-rich VB-scripted front-ends with SecureCRT providing an effective interface to the...
|
Forum: Scripting
10-23-2005, 03:45 PM
|
Replies: 4
Views: 5,537
Script That Presents User With Options For Input
I'm trying to create a script for SecureCRT 4.x (or possibly 5, when I upgrade), where running the script presents the user with options, eg. radio buttons, checkboxes, drop-down menus, etc.
For...
|
Forum: Scripting
05-28-2005, 12:06 AM
|
Replies: 7
Views: 12,665
jdev,
thanks so much for that.
that's exactly...
jdev,
thanks so much for that.
that's exactly what i was after, and you've gone above/beyond my queries.
much appreciated.
thanks to you + VanDyke, i was able to achieve those special Function...
|
Forum: Scripting
05-25-2005, 11:50 AM
|
Replies: 7
Views: 12,665
thanks for your response, bocks.
i'll try and...
thanks for your response, bocks.
i'll try and simplify this.
i'm using SecureCRT that connects to a server, via Telnet (using VT100).
i send the TAB, F3 and F5 keys a lot.
i have written a...
|
Forum: Scripting
05-23-2005, 06:57 PM
|
Replies: 7
Views: 12,665
oh,...
here is a snippet from the keymap.key...
oh,...
here is a snippet from the keymap.key file that i am using when connecting via Telnet (with VT100 emulation) to the server, that is accepting the keystrokes.
thus,
i'm sending a F3 and...
|
Forum: Scripting
05-23-2005, 06:50 PM
|
Replies: 7
Views: 12,665
|
Forum: Scripting
05-22-2005, 10:54 PM
|
Replies: 7
Views: 12,665
Sending The F5 Key ?
I'm just having difficulty getting the right ASCII values to send the following keys:
F3 and F5.
crt.screen.Send Chr(27) & ""
?
I know you'd have to combine 2 decimal values, so just...
|