Search found 11 matches

by Boomerang
Thu Sep 10, 2009 2:04 am
Forum: General Support & Discussions
Topic: Title Extraction
Replies: 1
Views: 1406

Title Extraction

Folks: I am looking for a script that I can use to extract specific pieces of information from an HTML document. My document is 100 pages long & is located at the URL: http://www.geocities.com/boomerangtrades/Motherlode.htm I am trying to extract the TITLES of various articles and copy them to a...
by Boomerang
Fri May 29, 2009 10:43 am
Forum: General Support & Discussions
Topic: Extract Table
Replies: 1
Views: 1565

Extract Table

Hello: Each morning before the Stock Market opens I would like to review the economic news of the day at the following webpage: http://www.briefing.com/Investor/Public/Calendars/EconomicCalendar.htm As you can see, this page has several tables. Typically, I am only interested in the first (current) ...
by Boomerang
Fri May 29, 2009 10:24 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extracting Table
Replies: 1
Views: 1698

Extracting Table

Hello: Each morning before the Stock Market opens I would like to review the economic news of the day at the following webpage: http://www.briefing.com/Investor/Public/Calendars/EconomicCalendar.htm As you can see, this page has several tables. Typically, I am only interested in the first (current) ...
by Boomerang
Wed Jun 18, 2008 4:20 pm
Forum: General Support & Discussions
Topic: Web Scraping Table Content
Replies: 0
Views: 1421

Web Scraping Table Content

Folks: This is a basic webscraping task that is just not working. My starting page is: -------------------------------------------------------------------------------------------------------------------------- "http://www.briefing.com/GeneralContent/Investor/Active/ArticlePopup/PagePopup.aspx?P...
by Boomerang
Thu Apr 10, 2008 2:40 pm
Forum: General Support & Discussions
Topic: TAG statement execution ... NOT
Replies: 1
Views: 1563

TAG statement execution ... NOT

Hello: I am looking for some help troubleshooting this simple macro that I recently recorded. I cannot figure out why the 3rd TAG statement does NOT execute consistently. For the actual recording, I went to the wep page "www.MyWebSite.com" On this first web page, I clicked on a link that s...
by Boomerang
Tue Apr 08, 2008 9:21 am
Forum: General Support & Discussions
Topic: Test before Downloading
Replies: 3
Views: 2553

Test before Downloading

Hello: I have a macro that successfullly downloads files my Internet files. Whenever new files are posted to my online source, I would like to download those new files. However, before downloading any file, I need to be able to check to see if that files already exists in the iMacro default download...
by Boomerang
Sat Apr 05, 2008 12:02 pm
Forum: General Support & Discussions
Topic: Repeat Action in Table
Replies: 1
Views: 1690

Repeat Action in Table

Hello Each week I have to register for a bunch of online classes. The registration page consists of 2 columns of data. The first column shows the NAME of the class. The other column has a "REGISTER" hyperlink for me to click if I choose to register for that particular class. Each row of th...
by Boomerang
Wed Mar 26, 2008 6:52 pm
Forum: General Support & Discussions
Topic: Syntax at Command Prompt
Replies: 5
Views: 6792

Syntax at Command Prompt

Hello: I have the following TAG statement in my macro: ------------------------------------------------------------------------------------------------------------------- TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:guestAttend ATTR=NAME:meetingid CONTENT={{L}} -----------------------------------------------...
by Boomerang
Tue Mar 25, 2008 6:13 pm
Forum: Command Line and Scripting Interface
Topic: Passing Variables from batch File to iMacro
Replies: 1
Views: 4810

Passing Variables from batch File to iMacro

Folks: My goal is to pass a variable (calculated in the Batch File) onto an iMacro for use by the "CONTENT" clause of the TAG statement. First, I calculate a variable (var) using the "SET" command. Next, I try to pass this variable onto the CONTENT clause of the TAG statement. He...
by Boomerang
Tue Mar 25, 2008 11:15 am
Forum: General Support & Discussions
Topic: Passing variable from Batch File to iMacro.
Replies: 1
Views: 1720

Passing variable from Batch File to iMacro.

Folks: My goal is to pass a variable (calculated in the Batch File) onto an iMacro for use by the "CONTENT" clause of the TAG statement. First, I calculate a variable (var) using the "SET" command. Next, I try to pass this variable onto the CONTENT clause of the TAG statement. He...
by Boomerang
Fri Mar 21, 2008 2:29 pm
Forum: General Support & Discussions
Topic: Reading Text File into Marco
Replies: 1
Views: 1971

Reading Text File into Marco

Folks: PROBLEM I want to read the content of a text file (MyTextFile.TXT) into the marcro, one line at a time. After the Marco runs the next number must be read into the marco; and so on until all the numbers are read into the macro & processed. So far, my attempt (see below) is failing because ...