09-27-2007, 01:31 AM
Macro ( Macro4 )
str s="Change this Text"
Htm e=htm("INPUT" "q" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 1 0x221)
e.SetFocus
Htm e2=htm("INPUT" "q" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 1 0x221)
e2.SetText(s)
Htm e3=htm("INPUT" "Google Search" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 2 0x421)
e3.Click
Taking on Quick Macros one day at a time
