Search found 7 matches
- Mon May 16, 2011 8:43 pm
- Forum: General Support & Discussions
- Topic: "Show Images" in "internet Options" iMacros v7
- Replies: 5
- Views: 2195
"Show Images" in "internet Options" iMacros v7
I am using v7, and just upgraded from v6 since v6 does not work well with Windows 7. Anyway, with v6 I used to go into IE and in the advanced tab of internet options, I would uncheck "show images". iMacros would work off these settings, and not display images in the imacros browser. By doing so, it ...
- Fri Dec 04, 2009 8:58 pm
- Forum: Command Line and Scripting Interface
- Topic: VBS loop restarting
- Replies: 1
- Views: 912
VBS loop restarting
I have a vb script that runs a loop. The loop runs a macro (kwm0), and that macro goes to a page to dynamically generate another macro (kwm1). Once kwm1 is generated it runs it. This can take a few hours sometimes. The problem occurs while running kwm1. After exactly 10 minutes, the macro just stops...
- Wed Nov 18, 2009 7:38 pm
- Forum: General Support & Discussions
- Topic: Anyway to go to a relative URL?
- Replies: 1
- Views: 740
Anyway to go to a relative URL?
Hi, Is there anyway I can do URL GOTO=abcdefg.html instead of: URL GOTO=http://www.website.com/abcdefg.html If not, then I know how to use the ADD command, but I want to SUBTRACT a string of text. The string will always be the last 10 characters of a URL (which also happens to be a variable). So for...
- Sun Dec 07, 2008 1:41 am
- Forum: General Support & Discussions
- Topic: URL GOTO Relative URL instead of Absolute URL
- Replies: 2
- Views: 1760
Re: URL GOTO Relative URL instead of Absolute URL
I appreciate the tip.
However, I am trying to go from:
http://www.website.com/j4yhuu44/abc.html
to
http://www.website.com/j4yhuu44/xyz.html
and do this without knowing what will be in place of the j4yhuu44. The j4yhuu44 can change at any time.
However, I am trying to go from:
http://www.website.com/j4yhuu44/abc.html
to
http://www.website.com/j4yhuu44/xyz.html
and do this without knowing what will be in place of the j4yhuu44. The j4yhuu44 can change at any time.
- Fri Dec 05, 2008 9:38 pm
- Forum: General Support & Discussions
- Topic: URL GOTO Relative URL instead of Absolute URL
- Replies: 2
- Views: 1760
URL GOTO Relative URL instead of Absolute URL
I am trying to run a macro on the following: http://www.website.com/j4yhuu44/abc.html I want to tell the macro to go to xyz.html, but WITHOUT entering the entire URL in the macro. For example: URL GOTO=xyz.html Instead of: URL GOTO=http://www.website.com/j4yhuu44/xyz.html The problem is that this do...
- Fri Nov 07, 2008 5:17 am
- Forum: iMacros Consultants
- Topic: Need a macro, willing to pay
- Replies: 3
- Views: 3603
Re: Need a macro, willing to pay
Hi,
Thanks for the reply.
I didn't know I could put javascript in the macro.
However, using SET !ERRORIGNORE YES seems to have solved my problem.
Thanks.
Thanks for the reply.
I didn't know I could put javascript in the macro.
However, using SET !ERRORIGNORE YES seems to have solved my problem.
Thanks.
- Fri Nov 07, 2008 2:21 am
- Forum: iMacros Consultants
- Topic: Need a macro, willing to pay
- Replies: 3
- Views: 3603
Need a macro, willing to pay
I built a macro that goes to a URL, and then clicks a button, fills in an input, and submits the form, and then goes to the next URL in the list. I use this macro for several of my clients. Often there are thousands of URLs in the list. The problem is that the server often has problems, times out, e...