Search found 11 matches

by OrkyDD
Fri Apr 25, 2008 8:32 pm
Forum: iMacros for Firefox
Topic: how to make keypress
Replies: 6
Views: 9720

Re: how to make keypress

This causes the problem. lightbox-shout-filter needs to fire a KeyUp event in order to refilter the results, but nothing happens. VERSION BUILD=6120228 SET !ERRORCONTINUE YES SET !TIMEOUT 10 URL GOTO=http://digg.com TAG POS=1 TYPE=A ATTR=ID:share1 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=...
by OrkyDD
Mon Apr 07, 2008 12:01 am
Forum: Data Extraction and Web Screen Scraping
Topic: Unable to Extract Entire Page
Replies: 1
Views: 2322

Unable to Extract Entire Page

I'm trying to read the result of a web service call to Digg from inside Imacro javascript. VERSION BUILD=6120228 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://services.digg.com/story/897421?appkey=http%3A%2F%2Fexample.com TAG POS=1 TYPE=HTML ATTR=TXT:* EXTRACT=TXT Run this under the Imacro browser, and...
by OrkyDD
Thu Dec 13, 2007 1:50 pm
Forum: General Support & Discussions
Topic: SCRIPT FOR EMPTYING GMAIL ACCOUNTS
Replies: 3
Views: 3417

Don't you need to log out from the account before trying to log in to the next one?
by OrkyDD
Mon Oct 29, 2007 9:56 pm
Forum: General Support & Discussions
Topic: Keyboard Freezes During Pause or Prompt
Replies: 2
Views: 2584

Tech Support wrote:This issue is caused by the WINCLICK (DirectScreen) command that blocks the user input. The issue will be fixed with the next update in about one week.
This doesn't appear to have been fixed in the last couple of updates. Any estimates on when this will be fixed?
by OrkyDD
Sun Sep 23, 2007 1:32 am
Forum: General Support & Discussions
Topic: Sending ENTER to text box
Replies: 4
Views: 3658

Thanks, but I have a different problem. It's not just about sending line feed to text area. The problem is that I have a text box which accepts only 4 chars, and submits data on keyup (I guess it's keyup). You'll be able to use WINCLICK when they fix the bug. WINCLICK X=130 Y=434 CONTENT={ENTER} wi...
by OrkyDD
Fri Sep 21, 2007 2:22 pm
Forum: iMacros for Firefox
Topic: Call Imacros from JS Under FireFox
Replies: 19
Views: 50917

Yes, call it from outside.

And thanks, that is about the coolest thing I've ever seen from a vendor!
by OrkyDD
Fri Sep 21, 2007 2:19 am
Forum: iMacros for Firefox
Topic: Call Imacros from JS Under FireFox
Replies: 19
Views: 50917

Call Imacros from JS Under FireFox

Is it possible to call iimPlay from Javascript running in Firefox? I can make this work in IE by creating an activexobject("imacros") object, but is there any way to call the methods in the extension from a standalone javascript under FireFox? I'd like to be able to generate the scripts on...
by OrkyDD
Thu Sep 20, 2007 10:05 pm
Forum: General Support & Discussions
Topic: URL GOTO=javascript
Replies: 4
Views: 4124

I read on another thread that you can execute a javascript function without leaving the page What thread was this? http://forum.imacros.net/viewtopic.php?t=3113&highlight=javascript+url Just to clarify: Do you want to trigger a function that is already inside the page or something else? It woul...
by OrkyDD
Thu Sep 20, 2007 7:24 pm
Forum: General Support & Discussions
Topic: URL GOTO=javascript
Replies: 4
Views: 4124

URL GOTO=javascript

I read on another thread that you can execute a javascript function without leaving the page using that syntax. Why doesn't this work: VERSION BUILD=6000818 CLEAR TAB CLOSEALLOTHERS SET !ERRORCONTINUE YES SET !TIMEOUT 10 URL GOTO=www.iopus.com URL GOTO=javascript:Alert("Hello World"); I ge...
by OrkyDD
Thu Sep 20, 2007 7:13 pm
Forum: iMacros for Firefox
Topic: running a script whenever a page changes?
Replies: 6
Views: 5297

Check out GreaseMonkey. This will do exactly what you're looking for.

You can have it run js code whenever a certain domain or page is loaded. This code would run your script.
by OrkyDD
Thu Sep 20, 2007 3:01 pm
Forum: General Support & Discussions
Topic: Keyboard Freezes During Pause or Prompt
Replies: 2
Views: 2584

Keyboard Freezes During Pause or Prompt

I'm trying this out and have written a macro to register a user on a site. Here's the macro: VERSION BUILD=6000818 CLEAR TAB T=1 TAB CLOSEALLOTHERS FILTER TYPE=IMAGES STATUS=ON URL GOTO=http://www.kwoff.com/ SIZE X=801 Y=602 TAG POS=1 TYPE=A ATTR=HREF:http://www.kwoff.com/register.php TAG POS=1 TYPE...