12-10-2011, 03:38 PM
Hello Mr. Gintaras.
The following loop structure works with Firefox and Chrome, but not for Internet Explorer, don't know why. All my other macros I run with Firefox--although these do not have any coding for accessible object actions like the IE macro, but I don’t think that should make any difference, but wanting to point that out. Note: for some reason the indenting didn't go through when I post.
int i
for i 0 100
lef bleah bleah
Acc bleah bleah
a.DoDefault bleah bleah bleah
out i
upon running the code, it would say 100, but never looped even once. Very weird.
So, thanks again for your reply re:my other question about accessible object actions, IE seems to be the only search engine that this works well. You’re the best and happy holidays, Alice
The following loop structure works with Firefox and Chrome, but not for Internet Explorer, don't know why. All my other macros I run with Firefox--although these do not have any coding for accessible object actions like the IE macro, but I don’t think that should make any difference, but wanting to point that out. Note: for some reason the indenting didn't go through when I post.
int i
for i 0 100
lef bleah bleah
Acc bleah bleah
a.DoDefault bleah bleah bleah
out i
upon running the code, it would say 100, but never looped even once. Very weird.
So, thanks again for your reply re:my other question about accessible object actions, IE seems to be the only search engine that this works well. You’re the best and happy holidays, Alice