Firefox iMacros Code Needed Quickly

Find a consultant or advertise your services here
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team
Post Reply
jfj3rd
Posts: 43
Joined: Thu Dec 17, 2009 5:23 pm
Location: Riverside CA
Contact:

Firefox iMacros Code Needed Quickly

Post by jfj3rd » Fri Mar 26, 2010 5:19 am

Hello everyone,

I've hit a personal level of frustration working with iimSet().

I have created two junk pages:

http://www.tutoring911.com/data.html - Contains four fields that I'd like data stored into variables.
http://www.tutoring911.com/submit.html - Contains four form fields that I'd like the data scraped from data.html populated with. (Form doesn't submit, I don't need that)

The following criteria is a must:
- Firefox plugin (VERSION BUILD=6600217 RECORDER=FX)
- Data not stored within a csv or txt file
- iimSet() demonstrated for all four variables

I need this sometime yesterday and would prefer to pay via Pay Pal. I'm looking to spend no more than $20 for this and don't think it should take anyone any time at all to demonstrate it for me.

Please contact me any time tomorrow. I am in California and am awake from 5am to about 10pm PST.
--

Warmest Wishes,

John F. Jones III
jfj3rd
Posts: 43
Joined: Thu Dec 17, 2009 5:23 pm
Location: Riverside CA
Contact:

Re: Firefox iMacros Code Needed Quickly

Post by jfj3rd » Sat Mar 27, 2010 8:11 pm

Still looking to have this done for me as quickly as possible. If anyone has some spare time and wants to make a little money please hit me up.
--

Warmest Wishes,

John F. Jones III
slamsal
Posts: 96
Joined: Fri Sep 12, 2008 4:39 pm

Re: Firefox iMacros Code Needed Quickly

Post by slamsal » Sun Mar 28, 2010 9:35 pm

Contact me at 218-310-2403 to discuss about this project ASAP.
Sanjiv Lamsal
iMacros Consultant
Duluth, MN USA
sanjivlamsal@hotmail.com
jfj3rd
Posts: 43
Joined: Thu Dec 17, 2009 5:23 pm
Location: Riverside CA
Contact:

Re: Firefox iMacros Code Needed Quickly

Post by jfj3rd » Tue Mar 30, 2010 11:36 am

Thanks so much Sanjiv!

I never really considered using the {{!Extract}} variable to get one piece of the data, tab to the second Firefox window, input that data and return to the first Firefox tab to get the second piece of data and so on. I'll be putting it to a thorough test today but seeing it coded the way you coded it for me really helps me understand what exactly it is I need to do.

Again, thank you for your promptness and perhaps what I'd consider simplicity of your code.

::: Resolved :::
--

Warmest Wishes,

John F. Jones III
jfj3rd
Posts: 43
Joined: Thu Dec 17, 2009 5:23 pm
Location: Riverside CA
Contact:

Re: Firefox iMacros Code Needed Quickly

Post by jfj3rd » Tue Mar 30, 2010 11:38 am

By the way, for anyone else starting out that runs into the same issue I had with understanding custom variables; below is the code that Sanjiv built for me; I'll keep the test pages live for awhile.

Code: Select all

VERSION BUILD=6600217 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
'The code above will stop poping extracted text
TAB CLOSEALLOTHERS
TAB T=1
URL GOTO=http://www.tutoring911.com/data.html
TAB OPEN
TAB T=2
URL GOTO=http://www.tutoring911.com/submit.html
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ALIGN:right&&TXT:First<SP>Name:
TAG POS=R1 TYPE=DIV ATTR=ALIGN:left&&TXT:* EXTRACT=TXT
TAB T=2
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:FName CONTENT={{!EXTRACT}} 
SET !EXTRACT NULL  
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ALIGN:right&&TXT:Last<SP>Name:
TAG POS=R1 TYPE=DIV ATTR=ALIGN:left&&TXT:* EXTRACT=TXT
TAB T=2
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:LName CONTENT={{!EXTRACT}}
SET !EXTRACT NULL 
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ALIGN:right&&TXT:E-Mail:
TAG POS=R1 TYPE=DIV ATTR=ALIGN:left&&TXT:* EXTRACT=TXT
TAB T=2
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:EM CONTENT={{!EXTRACT}}
SET !EXTRACT NULL 
TAB T=1
TAG POS=1 TYPE=DIV ATTR=ALIGN:right&&TXT:Phone
TAG POS=R1 TYPE=TD ATTR=TXT:* EXTRACT=TXT
TAB T=2
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:PhoneNumber CONTENT={{!EXTRACT}}
SET !EXTRACT NULL 
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=NAME:Submit&&VALUE:Submit
--

Warmest Wishes,

John F. Jones III
slamsal
Posts: 96
Joined: Fri Sep 12, 2008 4:39 pm

Re: Firefox iMacros Code Needed Quickly

Post by slamsal » Tue Mar 30, 2010 10:49 pm

I am glad I was able to help you out. Please feel free to contact me at 218-310-2403 or email me at sanjivlamsal@hotmail.com if you have any other projects.
Sanjiv Lamsal
iMacros Consultant
Duluth, MN USA
sanjivlamsal@hotmail.com
MattBell7
Posts: 627
Joined: Thu Nov 26, 2009 11:07 am
Location: United Kingdom

Re: Firefox iMacros Code Needed Quickly

Post by MattBell7 » Mon May 23, 2011 9:21 am

Havent seen Slamsal on the forums for a while, but generally, if you're stuck, post on here and someone will help.
slamsal
Posts: 96
Joined: Fri Sep 12, 2008 4:39 pm

Re: Firefox iMacros Code Needed Quickly

Post by slamsal » Mon May 23, 2011 10:22 pm

I have been focusing on programming part rather than web automation part for last couple years. Recently, I have been to have more free time and will be able to contribute more to forum. Please send me an email if you need any help.

Here are the projects I am really interested on doing if anyone wants to collaborate:

1) Automated web tool to convert imacros code to javascript, vbscript and other language. There is a desktop application but I would like to develop web based application.

2) Storing and retrieving imacros code in the cloud. Also, providing service for users to store the extracted data directly into the web. This will help user to be more flexible. And, someday you never know you might be able to run imacros from iphone or something.

3) Building on the fly javascript functionality.

4) Exploting power of jQuery and iMacros together.

Please let me know if any of the projects listed sounds area of your interest.
Sanjiv Lamsal
iMacros Consultant
Duluth, MN USA
sanjivlamsal@hotmail.com
Post Reply