10-01-2007, 03:24 AM
Here, I just changed the a and b variable information.
Macro ( Student Connect ) Trigger ( $a 142 -4 0 "Edit" 41477 "zangleweb.resa.net/Gibraltar/StudentConnect/" )
str s="0"
str b="1"
Htm el=htm("INPUT" "stuident" "" win("Zangle StudentConnection - Microsoft Internet Explorer" "IEFrame") 0 0 0x121 60)
err
,end
el.SetFocus
el.SetText(s)
0.1
Htm ell=htm("INPUT" "stupassword" "" win("Zangle StudentConnection - Microsoft Internet Explorer" "IEFrame") 0 1 0x121)
ell.SetFocus
ell.SetText(b)
Htm el3=htm("INPUT" "submit1" "" win("Zangle StudentConnection - Microsoft Internet Explorer" "IEFrame") 0 2 0x121)
el3.Click
Taking on Quick Macros one day at a time
