Search found 8 matches

by joiner
Sat Mar 02, 2013 5:50 pm
Forum: iMacros for Firefox
Topic: Beta imacro for firefox javascript not working?
Replies: 1
Views: 1405

Beta imacro for firefox javascript not working?

official version, the javascript is ok, but not in beta version. Is it remove from beta?
by joiner
Sat Mar 02, 2013 5:46 pm
Forum: iMacros for Firefox
Topic: iimplay() error
Replies: 1
Views: 4080

Re: iimplay() error

iimplay() is using .js filename to play
by joiner
Wed Feb 20, 2013 8:32 pm
Forum: General Support & Discussions
Topic: pls help me. how to compare extract value?
Replies: 1
Views: 1585

Re: pls help me. how to compare extract value?

SET !VAR1 EVAL("var s1=\"12345\"; var s2=\"12345\"; if (s1==s2){3;} else {iimPlay(REFRESH);} ")
why it said refresh undefined here?
use window.location.reload(); also undefined??
by joiner
Wed Feb 20, 2013 10:31 am
Forum: General Support & Discussions
Topic: pls help me. how to compare extract value?
Replies: 1
Views: 1585

pls help me. how to compare extract value?

SET !EXTRACT_TEST_POPUP NO
TAG POS=1 TYPE=DIV ATTR=CLASS:total&&TXT:food:* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL
SET !VAR1 EVAL("var d=\"{{!EXTRACT}}\"; if(d != "food:20000"){d=d+1000;refresh;} else d;") <-why can't compare?
by joiner
Tue Dec 11, 2012 8:04 am
Forum: iMacros for Firefox
Topic: Workaround for lack of DS mouse commands
Replies: 18
Views: 42315

Re: Workaround for lack of DS mouse commands

if have a html tag from imacro 's complete html tag as: TAG POS=1 TYPE=DIV ATTR=ID:event_div&&CLASS:click&&TITLECONTENT:<div<SP>class="build_tip"><h3<SP>class="build_name<SP>zb_color7">market<SP>(level:10)</h3><div<SP>class="items_des"><p>you can buy ite...
by joiner
Tue Dec 11, 2012 7:56 am
Forum: General Support & Discussions
Topic: iimplay failed?
Replies: 0
Views: 1507

iimplay failed?

using imacro for firefox 7.6.0.2 play from filename:mouse.iim, and code is iimPlay("0000takebooks.iim"); check and try several times, failed. What wrong, man? >>SyntaxError: can not parse macro line: iimPlay("0000takebooks.iim"); (Error code: -910) found out is .js file, now work...
by joiner
Thu Dec 06, 2012 4:50 am
Forum: General Support & Discussions
Topic: trial version
Replies: 1
Views: 1556

trial version

The firefox addon can list the .js file, but why in imacro browser it is disappear? And so how to run the .js file?
by joiner
Tue Dec 04, 2012 10:10 am
Forum: General Support & Discussions
Topic: simple mouse drag and drop?
Replies: 1
Views: 1989

simple mouse drag and drop?

i wish to move/drag an image from coordinate fix A(522,122) to fix B(393,109).I try ds command,but failed. So,how to do it?

SIZE X=1145 Y=578
DS CMD=MOVETO X=522 Y=122 CONTENT=
DS CMD=LDOWN X=522 Y=122 CONTENT=
DS CMD=LUP X=393 Y=109 CONTENT=