Search found 8 matches

by automate
Thu May 21, 2009 10:45 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4583480

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

I'd like to see the sidebar expandable vertically. I have lots of macros and only a very small window to view them in, whilst there's a huge window for a few buttons with record, edit etc. I sort macros by putting a letter in front of them e.g. A-whatever, B-something else if I don't want them in th...
by automate
Mon Mar 09, 2009 7:13 pm
Forum: iMacros for Firefox
Topic: Adding variables
Replies: 3
Views: 2795

Re: Adding variables

Marcia posted a solution in another forum. For those that are interested, the link is here http://forum.imacros.net/viewtopic.php?f=2&t=6674&p=19003#p19003 Macro VERSION BUILD=6111228 RECORDER=FX TAB T=1 SET !DATASOURCE c:\mydata.txt SET !DATASOURCE_COLUMNS 1 SET !DATASOURCE_LINE 1 URL GOTO=...
by automate
Mon Mar 09, 2009 7:09 pm
Forum: General Support & Discussions
Topic: Why won't this go to the specified url
Replies: 6
Views: 4861

Re: Why won't this go to the specified url

Marcia, You're a genius.

I do apologise.

I was under the impression that IMacros for FF used substantially the same language as the professional version.

Once again, thank you very much.
by automate
Mon Mar 09, 2009 5:32 pm
Forum: General Support & Discussions
Topic: Why won't this go to the specified url
Replies: 6
Views: 4861

Re: Why won't this go to the specified url

I definitely appreciate your help Brian. I did exactly as you originally said :-) I've copied and pasted exactly what I've done. VERSION BUILD=6111228 RECORDER=FX TAB T=1 SET !DATASOURCE c:\mydata.txt URL GOTO={{url}} [iOpus] url=http://www.google.com/ There must be some syntax error as I'm getting ...
by automate
Mon Mar 09, 2009 12:53 pm
Forum: General Support & Discussions
Topic: Why won't this go to the specified url
Replies: 6
Views: 4861

Re: Why won't this go to the specified url

Thank you Brian.

I did exactly as you suggested. I changed the directory where mydata.txt resides to C and copied and pasted in your code.

I tried the path to Google with both

Code: Select all

url=http:\\www.google.com
and

Code: Select all

url=http://www.google.com
but I still get the following error.

http://__undefined__/
by automate
Sat Mar 07, 2009 10:05 am
Forum: General Support & Discussions
Topic: Why won't this go to the specified url
Replies: 6
Views: 4861

Why won't this go to the specified url

I'm struggling to get the browser to go to the specified url

Code: Select all

VERSION BUILD=6111228 RECORDER=FX
TAB T=1
SET !DATASOURCE E:\mydata.txt 
URL GOTO= URL{{!url}}  

mydata.txt contains this:

Code: Select all

[iOpus]
("url","www.google.com" )
Any pointers very much appreciated
by automate
Fri Mar 06, 2009 8:13 pm
Forum: iMacros for Firefox
Topic: Adding variables
Replies: 3
Views: 2795

Re: Adding variables

Okay, I'm making slight headway but it's still not there. I haven't managed to get the first page to load yet - can anyone tell me what I'm doing wrong? VERSION BUILD=6111228 RECORDER=FX SET !DATASOURCE E:\mydata.txt TAB T=1 URL GOTO={{PageUrl}} TAG POS=1 TYPE=A ATTR=TXT:Dark<SP>T-Shirt TAG POS=1 TY...
by automate
Fri Mar 06, 2009 1:17 pm
Forum: iMacros for Firefox
Topic: Adding variables
Replies: 3
Views: 2795

Adding variables

Hi, I've recorded a basic macro to click a link on page A which goes to the next page, click a checkbox, go back to the original page A, click the next link etc. What I want to do after this sequence has finished is to go onto page B, C, D etc. How do I add these variables into the script? The basic...