Search found 90 matches

by tampe125
Mon Oct 19, 2009 10:06 pm
Forum: iMacros for Firefox
Topic: [JAVASCRIPT] wrong format of tag command
Replies: 2
Views: 1819

[JAVASCRIPT] wrong format of tag command

hi, i have created a macro but (and this is weird) if i create a .iim file and launch it, it works fine. BUT if i create the code with javascript and then run it, i get the "wrong format of tag command" error. so where is the problem? here is the .iim macro code: TAG POS=1 TYPE=INPUT:TEXT ...
by tampe125
Thu Jul 17, 2008 10:29 am
Forum: iMacros for Firefox
Topic: [Solved] iMacros not compatible with FF 3.0.1
Replies: 46
Views: 33457

Re: iMacros not compatible with FF 3.0.1

i can confirm the issue.

P.S. ciao compatriota :P
by tampe125
Wed Jul 09, 2008 1:43 pm
Forum: iMacros for Firefox
Topic: EXTRACT/SAVEAS bug?
Replies: 2
Views: 2170

Re: EXTRACT/SAVEAS bug?

i'm having a very strange error. running this macro, imacros get stuck in the last line. is that a bug? VERSION BUILD=6030310 RECORDER=FX FILTER TYPE=IMAGES STATUS=ON SET !ERRORIGNORE YES SET !EXTRACT_TEST_POPUP NO TAB T=1 TAB CLOSEALLOTHERS URL GOTO={{URL}}{{IDX}} TAG POS=1 TYPE=A ATTR=HREF:{{LINK}...
by tampe125
Wed Jun 04, 2008 12:36 pm
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.3 available (May 29th, 2008)
Replies: 3
Views: 2539

Re: iMacros for Firefox V6.0.5.3 available (May 29th, 2008)

please can anyone confirm my issue?
by tampe125
Tue Jun 03, 2008 7:52 am
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.3 available (May 29th, 2008)
Replies: 3
Views: 2539

Re: iMacros for Firefox V6.0.5.3 available (May 29th, 2008)

using this js code: for (i=1; i<=5; i++) { iimSet("-var_VAR1", ""+i); iimPlay("test/mymacro") } and this macro code: VERSION BUILD=6110122 TAB T=1 TAB CLOSEALLOTHERS SET !EXTRACT_TEST_POPUP NO SET !VAR1 TAG POS=1 TYPE=B ATTR=TXT:{{!VAR1}} TAG POS=1 TYPE=A ATTR=HREF:my l...
by tampe125
Tue May 27, 2008 9:31 am
Forum: iMacros for Firefox
Topic: Need help with JS
Replies: 3
Views: 2699

Re: Need help with JS

to compare a variable with a value, you have to use "==" and not "="
by tampe125
Mon May 26, 2008 3:02 pm
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)
Replies: 18
Views: 15512

Re: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)

is there anyone reading these posts? with this new release we can't use imacros... at least put online a previoous version...
by tampe125
Sun May 25, 2008 9:31 pm
Forum: iMacros for Firefox
Topic: !DATASOURCE from command line !VAR
Replies: 2
Views: 4406

Re: !DATASOURCE from command line !VAR

i hope they will fix this issue fast, since all the macros are useless now...
is there any way to get the previous version?
by tampe125
Sun May 11, 2008 1:36 pm
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)
Replies: 18
Views: 15512

Re: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)

Please try with V6.0.5.1 and the latest demo macros again. i'm so sorry but the problem still occurs... :( ok, i can explain better the problem: now i have a syntax error ("Syntax error: SET !VAR1"). If i remove the "!" charact in front of all the built-in variables (even from &...
by tampe125
Sat May 10, 2008 12:37 am
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)
Replies: 18
Views: 15512

Re: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)

Tech Support wrote:Please try with V6.0.5.1 and the latest demo macros again.
i'm so sorry but the problem still occurs... :(
by tampe125
Fri May 09, 2008 11:53 am
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)
Replies: 18
Views: 15512

Re: iMacros for Firefox V6.0.5.0 BETA available (May 8th, 2008)

i've tried to run it (but i have an old version of it, since i don't use the demo macros) and it says it can't find "si-test-macro-1" O_o
i've put all the demo macros into a folder (and yes, si-test-macro-1 is there)
...
...
by tampe125
Fri May 09, 2008 6:25 am
Forum: iMacros for Firefox
Topic: iMacros for Firefox V6.0.5.1 BETA available (May 9th, 2008)
Replies: 18
Views: 15512

Re: iMacros for Firefox V6.0.5.0 BETA available (May 8th, 2008)

i've just tried this new update, but i can't pass values with the iimSet command (and it worked until yesterday)
by tampe125
Thu May 08, 2008 10:16 am
Forum: iMacros for Firefox
Topic: Saving and iimGetLastExtraction
Replies: 2
Views: 2178

Re: Saving and iimGetLastExtraction

ok thanks, but what i have to wirte in the second macro?
by tampe125
Thu May 08, 2008 10:07 am
Forum: iMacros for Firefox
Topic: Problem with ADD command
Replies: 5
Views: 3510

Re: Problem with ADD command

i'm having the same problem with the !EXTRACTADD command