Search found 43 matches

by jfj3rd
Mon Dec 13, 2010 5:42 pm
Forum: iMacros for Firefox
Topic: Count Total Instances & Prompt Total
Replies: 1
Views: 1481

Count Total Instances & Prompt Total

Hello everyone, I've been assigned the task of creating an iMacro that counts the total instances of, "Search Impact Content Issue" tickets in a breadcrumb (1,2,3,4,5...) setup. The following gets me to the beginning of the list and sorts by issue subject: URL GOTO=http://crm/Marketing/Def...
by jfj3rd
Thu Nov 04, 2010 2:00 pm
Forum: iMacros for Firefox
Topic: How to record the selected columns and rows in a table ?
Replies: 10
Views: 5487

Re: How to record the selected columns and rows in a table ?

If I extracted all the table at the same time I might as well not have any automation at all though. The data I am scraping to create internal reports has hundreds of rows and a dozen or more columns easily that I'd then need to clean up. I'm looking for iMacros to scrape specific data only from the...
by jfj3rd
Wed Nov 03, 2010 4:58 pm
Forum: iMacros for Firefox
Topic: How to record the selected columns and rows in a table ?
Replies: 10
Views: 5487

Re: How to record the selected columns and rows in a table ?

Hi SureshNaiduA,

All I want scraped is the data under Market Value, Assessed Value, Sale Year & Sale Price. and placed in the appropriate columns on the excel sheet that I've provided as a sample image above.
by jfj3rd
Wed Oct 27, 2010 6:22 pm
Forum: iMacros for Firefox
Topic: How to record the selected columns and rows in a table ?
Replies: 10
Views: 5487

Re: How to record the selected columns and rows in a table ?

Hello SureshNaiduA, You can actually use the above example for this original post. The original poster used this link: http://www.hcpafl.org/CamaDisplay.aspx?OutputMode=Display&SearchType=RealEstate&ParcelID=1928071GX000000000020U . In my comment I included an image of an excel document that...
by jfj3rd
Tue Oct 26, 2010 3:39 pm
Forum: iMacros for Firefox
Topic: How to record the selected columns and rows in a table ?
Replies: 10
Views: 5487

Re: How to record the selected columns and rows in a table ?

Hi Tom, I have an additional question using this post as an example. I'm trying to take data from a table like the one above and place that data in specific cells within an excel sheet. I have specific data only that I want though. For example: example.JPG I've gone through the tutorials and am usin...
by jfj3rd
Wed Jun 30, 2010 4:43 pm
Forum: iMacros for Firefox
Topic: Chamberofcommerce.com Help
Replies: 1
Views: 1576

Chamberofcommerce.com Help

Hello all, I'm trying to take my client information and submit via iMacros to https://www.chamberofcommerce.com/add-business/ I'm running into an issue when I get to the state field. I can't seem to get my EXTRACT to work correctly. I've tried using the % and $ after CONTENT= just for the heck of it...
by jfj3rd
Tue Jun 29, 2010 8:05 pm
Forum: iMacros for Firefox
Topic: Need to Revert Back to 6.7.0.0.
Replies: 1
Views: 1674

Need to Revert Back to 6.7.0.0.

I've downgraded my version of Firefox due to the newest version causing scripting errors with iMacros. I however still need to revert back to 6.7.0.0. of the iMacro Firefox plugin in order to successfully run many of my scripts again. I've asked twice now at http://forum.imacros.net/viewtopic.php?f=...
by jfj3rd
Fri Jun 25, 2010 6:36 pm
Forum: iMacros for Firefox
Topic: iMacros 6.6.5.0 not compatible with FF 3.6.4
Replies: 17
Views: 18981

Re: [Solved] iMacros 6.6.5.0 not compatible with FF 3.6.4

Where can I go to get an earlier version of the firefox imacro plugin? Looking for 6.7.0.0 and can't find it. Help?
by jfj3rd
Tue Jun 22, 2010 4:58 pm
Forum: iMacros for Firefox
Topic: Load Page ONCE Then Loop?
Replies: 1
Views: 11513

Load Page ONCE Then Loop?

Hello everyone, I'm having trouble trying to figure out how to get Tab 2 to open only once & stay open. It keeps getting sucked into the loop process which I don't want to happen. Can anyone point me in the right direction? VERSION BUILD=6650406 RECORDER=FX SET !REPLAYSPEED FAST SET !EXTRACT_TES...
by jfj3rd
Thu Jun 17, 2010 6:26 pm
Forum: iMacros for Firefox
Topic: Javascript var into iim var ?
Replies: 4
Views: 2623

Re: How to save a var ?

Not sure if this will help you at all but take a look at a thread I have open from awhile back. I run a VBS script that runs macro1.iim to scrape the data that the VBS script then turns into unique variables. Then the script runs macro2.iim using those new variables. This is how I name and save the ...
by jfj3rd
Tue Jun 08, 2010 11:22 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Incrementing Numbers in URLs
Replies: 5
Views: 3303

Re: Incrementing Numbers in URLs

Fantastic! Scrape.iim should have ALSO have the body of Scrape2.iim which is what your asking where it is. Not sure how I got that cut off on there. I basically followed the code example provided by http://forum.imacros.net/_uploads/ExcelVBA-Part2.htm when it came to building the majority of the VBS...
by jfj3rd
Tue Jun 08, 2010 8:26 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Incrementing Numbers in URLs
Replies: 5
Views: 3303

Re: Incrementing Numbers in URLs

Here is the current code I am working with though I've probably butchered it a little through out the day. VBS Script Private Sub CommandButton1_Click() Dim iim1, iret, row, totalrows Dim STATUS, SITETYPE, SITEID, WEBSITE, CUSTOMERNUMBER, HOSTDATE, CANCELDATE, SALEDATE, WSFU, FIRSTNAME, MIDDLENAME, ...
by jfj3rd
Tue Jun 08, 2010 7:32 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Incrementing Numbers in URLs
Replies: 5
Views: 3303

Incrementing Numbers in URLs

Hello everyone, So I've been working on making a excel call data from a website as is shown in http://forum.imacros.net/_uploads/ExcelVBA-Part2.htm and the tutorials around it. I'm running into a roadblock. The data scraping is something I understand how to do however I'm having an issue telling the...
by jfj3rd
Mon Apr 26, 2010 4:44 pm
Forum: Command Line and Scripting Interface
Topic: VBS NODATA Problem
Replies: 13
Views: 9422

Re: VBS NODATA Problem

Hello Daniel, I've requested that our IT Team upgrade my version of the browser and will give that a go when it is installed. That'll probably be sometime later this week. In the meantime though I am simply requiring my team make sure all fields are filled out. Would be curious to see the alternativ...
by jfj3rd
Mon Apr 26, 2010 4:40 pm
Forum: iMacros for Firefox
Topic: Automating a Deletion Based on Variable? I think...
Replies: 3
Views: 2165

Re: Automating a Deletion Based on Variable? I think...

Thanks Sanjiv & Daniel,

I've already been using Relative Position, just didn't grasp the idea of using it to click on a link. Maybe a little data overload.

Either way, you've both been extremely instrumental in my ability to learn anything. I really appreciate the assistance.

- JJ