Search found 12 matches

by BrianC
Wed May 25, 2011 1:12 pm
Forum: General Support & Discussions
Topic: IE, iMacros and JS
Replies: 7
Views: 4249

Re: IE, iMacros and JS

Nice :) work, but must use slash.

Code: Select all

iret = iim1.iimPlay("C:/imacros_files/test/mac1.iim");
iret = iim1.iimPlay("C:/imacros_files/test_2/mac1.iim");
Thanks MattBell7
by BrianC
Wed May 25, 2011 10:27 am
Forum: General Support & Discussions
Topic: IE, iMacros and JS
Replies: 7
Views: 4249

Re: IE, iMacros and JS

Hi one more time, Is there a way to run a macro in a folder? i have few folders in iMacro folder and try run diffrent macros in diffrend location exp: iret = iim1.iimInit("-ie"); iret = iim1.iimPlay ("folder1/mac1"); iret = iim1.iimPlay ("new folder/mac2"); iret = iim1....
by BrianC
Sat May 21, 2011 10:06 am
Forum: General Support & Discussions
Topic: IE, iMacros and JS
Replies: 7
Views: 4249

Re: IE, iMacros and JS

Ok, i installed 30 day free trial and modify script <html> <body> <script type="text/javascript"> <!-- function runimacros() { var iim1 = new ActiveXObject("imacros"); var iret iret = iim1.iimInit("-ie"); // was: iret = iim1.iimInit("-fx"); and then opened FF ...
by BrianC
Fri May 20, 2011 9:20 am
Forum: General Support & Discussions
Topic: IE, iMacros and JS
Replies: 7
Views: 4249

Re: IE, iMacros and JS

When I installed only iMacros addon to the IE, this script dont work, becouse cant find new ActiveXObject("imacros"); I installed program iMacros (not addon) then run this script in IE, this operation opens me FF, and turn macro in this broswer, but i need run macros in IE. Some tips to ru...
by BrianC
Thu May 19, 2011 2:55 pm
Forum: General Support & Discussions
Topic: IE, iMacros and JS
Replies: 7
Views: 4249

IE, iMacros and JS

Hi,

any sugestion to run JS in IE?

or

how do I write a macro which can run several other macros, as it was possible in JS

exp js:

iimPlay("mac1");
iimPlay("mac2");
iimPlay("mac3");
iimPlay("mac4");
by BrianC
Sat Oct 09, 2010 3:27 pm
Forum: iMacros for Firefox
Topic: Tiny MCE editor and fill the field
Replies: 20
Views: 34294

Re: Tiny MCE editor and fill the field

WOW, this work for now. I testet on 2 sites with box Tiny MCE and work. I go tested more. Big Thanks for You.

I don't know how work this but work :) line with: URL GOTO=http://google.com not nessesery, work fine on one GOTO.

One more time Thanks.
by BrianC
Sat Oct 09, 2010 1:05 pm
Forum: iMacros for Firefox
Topic: Tiny MCE editor and fill the field
Replies: 20
Views: 34294

Re: Tiny MCE editor and fill the field

I done this too, it is no problems, but I must fill box without html button and im tired try fix this.
by BrianC
Fri Oct 08, 2010 4:07 pm
Forum: iMacros for Firefox
Topic: Tiny MCE editor and fill the field
Replies: 20
Views: 34294

Re: Tiny MCE editor and fill the field

iMacros support filling Tiny MCE box?

Mayby someone know tricks?
by BrianC
Thu Oct 07, 2010 3:30 pm
Forum: iMacros for Firefox
Topic: Tiny MCE editor and fill the field
Replies: 20
Views: 34294

Tiny MCE editor and fill the field

Hi,

i have Tiny MCE box

Code: Select all

<textarea wrap="virtual" name="comment"></textarea>
and the imacros script:

Code: Select all

TAG POS=1 TYPE=TEXTAREA ATTR=NAME:comment CONTENT=ffff
iMacros can't fill the Tiny MCE box, how i can fix this problem?
by BrianC
Mon Feb 01, 2010 7:22 pm
Forum: iMacros for Firefox
Topic: Operator OR
Replies: 2
Views: 1847

Re: Operator OR

Maybe not too clear he said.

On the side are two names used interchangeably input. I would like to write a script that has some command "or".

On the way: Fill the box if one or the other name of the input is correct.
by BrianC
Mon Feb 01, 2010 10:54 am
Forum: iMacros for Firefox
Topic: Operator OR
Replies: 2
Views: 1847

Operator OR

Hi, how i can do somthing like that:

TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:name(OR)edit_name CONTENT=aaa

Thanks.
by BrianC
Wed Jan 27, 2010 8:25 pm
Forum: iMacros for Firefox
Topic: New window and Tiny MCE editor
Replies: 1
Views: 1505

New window and Tiny MCE editor

Welcome. How can I bypass the problem of opening a new window by tiny mce editor. I turned Firefox to open new windows in new tabs, but the tiny mce editor opens a new window. How can I write the macro, which will operate the new window, or in what way to force firefox to open new windows in new tabs.