Search found 28 matches

by nma1919
Tue Aug 09, 2011 4:15 pm
Forum: iMacros for Firefox
Topic: How to use asterisks and other special characters?
Replies: 3
Views: 2688

Re: How to use asterisks and other special characters?

This is the example code. The "1234ABC*" is the password it enters. The asterisk on the password isnt entered, in fact the macros stops in it's tracks... I think iMacros is confusing the asterisk as a variable. VERSION BUILD=7300701 RECORDER=FX TAB T=1 URL GOTO=http://m.myspace.com/login.w...
by nma1919
Tue Aug 09, 2011 2:50 pm
Forum: iMacros for Firefox
Topic: How to use asterisks and other special characters?
Replies: 3
Views: 2688

How to use asterisks and other special characters?

Hello,

I'm trying to automate a website login that has an asterisk (*) in the password field. It seems that when the macro plays back it gets confused by the asterisk. Is there a special snippet of code that I can use to distinguish the asterisk separately from the program?
by nma1919
Wed Jun 30, 2010 3:39 pm
Forum: iMacros for Firefox
Topic: Can't use the prompt command properly
Replies: 2
Views: 1721

Re: Can't use the prompt command properly

I know this is probably something simple. Is there any sample source code that would show the "prompt" window?
by nma1919
Mon Jun 28, 2010 8:11 pm
Forum: iMacros for Firefox
Topic: Can't use the prompt command properly
Replies: 2
Views: 1721

Can't use the prompt command properly

What I want is to be prompted to enter data when I reach the "CONTENT=" section of the code so that I can input the time/dates myself and have the macro carry on after my input. I know imacros has a prompt function, but I just can't seem to figure out how to use it. The wiki page for prom...
by nma1919
Thu Apr 08, 2010 12:20 am
Forum: iMacros for Chrome
Topic: Import iMacros from FF
Replies: 13
Views: 17719

Re: Import iMacros from FF

I look forward to this, you have no idea. Not that this matters to iOpus, but It's part of the reason why I wont switch to Chrome.
by nma1919
Sun Feb 14, 2010 2:42 pm
Forum: iMacros for Firefox
Topic: JavaScript macro link to a non JavaScript Macro?
Replies: 1
Views: 1415

JavaScript macro link to a non JavaScript Macro?

//imacros-js:showsteps no //Testing forum post [insert forum here] //Idea is to read something in common on the page and open each link in a new tab. var macro, retcode, url="", pos=1, stop=false; while(!stop) { macro="CODE:"; macro+="TAB T=1\n"; macro+="TAG POS=&...
by nma1919
Sun Jan 03, 2010 10:05 pm
Forum: iMacros for Firefox
Topic: Need Help, for stop or cancel loading... (Urgent)
Replies: 5
Views: 3086

Re: Need Help, for stop or cancel loading... (Urgent)

I second this question, I hope there's a solution! :D
by nma1919
Sun Jan 03, 2010 9:54 pm
Forum: iMacros for Firefox
Topic: Kill the damn Sidebar
Replies: 47
Views: 39548

Re: Kill the damn Sidebar

I hate to bump this old topic.

But can we have the option of leaving the side bar closed indefinitely? I trust that the macro will run, I already know the process and wish to not even see the sidebar open at all.

Thx for this awesome addon!
by nma1919
Tue Nov 03, 2009 5:03 pm
Forum: iMacros for Firefox
Topic: Continue on timeout, possibly?
Replies: 3
Views: 2223

Re: Continue on timeout, possibly?

The bold solution would be using !ERRORIGNORE . In order to skip the remainder of any macro that has a timeout, you must use a script to call the macros, cf. JavaScript Scripting Interface How can you put a typical .iim script language in javascript? I would like to use the java script provided on ...
by nma1919
Tue Nov 03, 2009 4:58 pm
Forum: iMacros for Firefox
Topic: Timeout error 802
Replies: 20
Views: 20835

Re: Timeout error 802

I was wondering if there is a fix for this issue yet? As an example, I have a long list of Proxies and I have the play [loop] set to 500. The proxies will sometimes time out, and it will completely halt the entire process regardless of the SET !ERRORIGNORE YES . The idea is to have the script ignor...
by nma1919
Tue Nov 03, 2009 4:22 pm
Forum: iMacros for Firefox
Topic: Stop loading page
Replies: 1
Views: 2003

Stop loading page

Is there a function on iMacros that simulates pressing the esc key?

There's a page that I'm trying to load through a proxy but get a timeout error each time. When I hit esc or the stop button on firefox the page loads instantly.

Is there a function that can do this for me?

HELP!!!
by nma1919
Wed Jul 29, 2009 7:29 pm
Forum: iMacros for Firefox
Topic: Open links in new tabs?
Replies: 9
Views: 24411

Re: Open links in new tabs?

Joseph, I'm speechless. This is exactly what I was looking for... HOLY COW!!! You have no idea how awesome this is!

Do you have a paypal account? I feel I owe you something for this.
by nma1919
Tue Jul 28, 2009 9:40 pm
Forum: iMacros for Firefox
Topic: Open links in new tabs?
Replies: 9
Views: 24411

Re: Open links in new tabs?

http://i27.tinypic.com/ziv9qr.png If you don't know for sure how many links there might be, it makes it hard to have to count and make sure you set the Max: field above the Play (Loop) button to the right value. This is why I usually write my macros in Javascript. This allows me to do much more adv...
by nma1919
Tue Jul 28, 2009 8:50 pm
Forum: iMacros for Firefox
Topic: Open multiple forum links into new tabs...
Replies: 1
Views: 1927

Open multiple forum links into new tabs...

Is this possible?

I want to go to this page:
http://www.video-game-forums.com/forum137/

And open each link on that page into their own tab so that way I don't have to right-click each link and open them in a new tab.

Please help! :shock: :shock: :shock: