Hints, tips and tricks for newbies
Moderators: Dorian (MJT support), JRL
-
nadda
- Newbie
- Posts: 7
- Joined: Fri Oct 29, 2004 3:15 am
Post
by nadda » Sat Oct 30, 2004 10:11 pm
Does anyone know a way (if its possible) to have a send box that people could type in and the macro send what was typed by the user into another text box on a web site?
I know its possible if i use the send key and send whatever i typed in the macro but is it possible for it to send what the user typed on the macro text box on the dialog?
-
Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
-
Contact:
Post
by Bob Hansen » Sat Oct 30, 2004 11:15 pm
Here is a quick and dirty outline, check syntax, etc.
Input>userinput,Enter something here
SetFocus>WebPage*
WaitReady>1
//Tab to the field where value is to be typed.
Press Tab*n
Send>%userinput%
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
-
Ernest
- Newbie
- Posts: 6
- Joined: Thu Jan 09, 2003 8:29 pm
Post
by Ernest » Sun Oct 31, 2004 9:36 am
Where's the benefit ? Why not enter it directly ?
Describe the goal, not the step. Please check this --->
[here]