| Author |
Message |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: February 3rd, 2010, 9:42 am
|
|
Replies: 74 Views: 5271
|
| I just redownloaded everything. I've got a folder on my desktop call AHKL, it contains these things: 'Lib' folder AutoHotkey_L.exe script.ahk Lib folder contains COM.ahk which was downloaded from here: http://www.autohotkey.net/~Sean/Lib/COM_L.zip So all do is drop the scipt on the AutoHotkey_L.exe ... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: February 2nd, 2010, 9:43 am
|
|
Replies: 74 Views: 5271
|
| The error says Function Name "Windows" then I get the "could not access webpage" message so I'm guessing the error is in the IEGet. Now I don't know how to test it line by line, but I'm wondering if I need to change anything in this section since it indicates Name="new tab&q... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: February 1st, 2010, 8:00 am
|
|
Replies: 74 Views: 5271
|
| Also, there's a decent chance i'm not using AHKL properly. Should I have Autohotkey installed also? |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: February 1st, 2010, 7:56 am
|
|
Replies: 74 Views: 5271
|
this is somewhat over my head.
do i need to change the tab title in the script? |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: January 30th, 2010, 11:47 pm
|
|
Replies: 74 Views: 5271
|
Thanks Jethrow for working on this.
I get the error "No COM Dispatch Object"
is this the whole code or an addition to the old? I'm running it alone with AHKL and COML |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: January 13th, 2010, 8:55 pm
|
|
Replies: 74 Views: 5271
|
| Hello Gentleman, I need some help updated this script as I think the site may have changed. This is what the script evolved into with your guy's help. ^r:: count = 3 ; to manually terminate loop ^d:: FormatTime date, , yyyyMMdd if (date > 20100205) { MsgBox, 48, Program Expired, Return ... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: September 21st, 2009, 1:19 am
|
|
Replies: 74 Views: 5271
|
Thanks!
now:
Function name: "ctl00_cph_content_dgOrders_ctl03_lbl_order_id"
Error: Unknown Name
0x80020006 |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: September 21st, 2009, 1:00 am
|
|
Replies: 74 Views: 5271
|
| I fixed that one, now I'm getting another. I'm not sure what's happening: ^r:: count = 3 ; to manually terminate loop ^d:: FormatTime date, , yyyyMMdd if (date > 20091001) { MsgBox, 48, Terminating Program, Current Date is after 10/1/2009 Return } count = 0 COM_Init() ; req... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: September 21st, 2009, 12:39 am
|
|
Replies: 74 Views: 5271
|
Now I'm getting this error:
Error at line 7 in #include file "C:\program files\autohotkey\Lib\COM.ahk"
Line text: COM_Init()
Error: Functions cannot contain functions.
The program will exit. |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: September 20th, 2009, 11:19 pm
|
|
Replies: 74 Views: 5271
|
| I just realized that number isn't random, its the order number that comes up for that specific order i'm accepting. Code for the whole page below: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: September 20th, 2009, 10:44 pm
|
|
Replies: 74 Views: 5271
|
Well, I'll take your word for it. There definitely seems to be a problem, and whenever the script hangs at that yes/no box that number seems to be different.
How can we grab that number and feed it back? |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: September 18th, 2009, 3:43 pm
|
|
Replies: 74 Views: 5271
|
| jethrow, do you have any idea why on some computers this script would work fine, and why on another computer the yes/no box wouldn't be getting clicked automatically? I started having problems on my computer so I tried 2 others and it seems to work fine on the others. Last time it stopped, I grapped... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: August 31st, 2009, 9:32 am
|
|
Replies: 74 Views: 5271
|
| Jethrow, I have one last thing I need to optimize this thing. Right now we have it looking for "ctl00_cph_content_dgOrders_ctl03_rbl_1" and then clicking it. What I need it to do is search the page for the number "549281" and then click the yes box. (ctl00_cph_content_dgOrders_ct... |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: July 20th, 2009, 7:13 am
|
|
Replies: 74 Views: 5271
|
| No, it says ReadyState. My bad. |
|
 |
Forum: Support Topic: need help automating a few clicks on a website |
| marcusjb |
|
Posted: July 17th, 2009, 6:19 pm
|
|
Replies: 74 Views: 5271
|
I opened Outlook 2003 today while the script was running and I got this error
Function Name "ready state"
Error: Access is denied (0x80070005)
Will Continue?
Any idea why? |
|
 |
| Sort by: |