| Author |
Message |
Topic: [PAID] Modify code to handle multiple iframes |
ecksphore
Replies: 1
Views: 94
|
Forum: Ask for Help Posted: Fri Feb 03, 2012 6:53 am Subject: [PAID] Modify code to handle multiple iframes |
| This issue has been solved. Thank you. |
Topic: [PAID] Modify code to handle multiple iframes |
ecksphore
Replies: 1
Views: 94
|
Forum: Ask for Help Posted: Thu Feb 02, 2012 9:08 pm Subject: [PAID] Modify code to handle multiple iframes |
I'm looking for someone to modify the code below - so it will be able to handle multiple levels of iframes (search contents of an <iframe> within an <iframe>).
I'm sure I could figure i ... |
Topic: Is this the proper way to check? |
ecksphore
Replies: 1
Views: 83
|
Forum: Ask for Help Posted: Sun Jan 29, 2012 3:48 am Subject: Is this the proper way to check? |
| Anyone? |
Topic: Is this the proper way to check? |
ecksphore
Replies: 1
Views: 83
|
Forum: Ask for Help Posted: Sat Jan 28, 2012 6:45 pm Subject: Is this the proper way to check? |
I want to check to see if a ComObj is connected - if not, connect to it.
If !ComObjConnect(pwb, "IE_")
{
ComObjConnect(pwb, "IE_")
}
Is that the ... |
Topic: Could someone please convert this to AH_L |
ecksphore
Replies: 6
Views: 353
|
Forum: Ask for Help Posted: Mon Jan 23, 2012 8:46 pm Subject: Could someone please convert this to AH_L |
jethrow, it appears I'm having an issue where the website has an iframe within an iframe.
It is possible to modify your code to handle those? |
Topic: AH_L - Click on ajax button question |
ecksphore
Replies: 3
Views: 147
|
Forum: Ask for Help Posted: Sun Jan 22, 2012 5:32 am Subject: AH_L - Click on ajax button question |
Oh, that's right ... forgot about that.
Thanks for the reminder! |
Topic: AH_L - Click on ajax button question |
ecksphore
Replies: 3
Views: 147
|
Forum: Ask for Help Posted: Sat Jan 21, 2012 7:25 am Subject: AH_L - Click on ajax button question |
How do you click on a button that has a value containing multiple words?
WB.document.all.Submit Entry.click()
The above code does throws an error at startup. |
Topic: AH_L - Click last element in a form |
ecksphore
Replies: 2
Views: 75
|
Forum: Ask for Help Posted: Fri Jan 13, 2012 5:34 am Subject: AH_L - Click last element in a form |
| Thank you. |
Topic: AH_L - Click last element in a form |
ecksphore
Replies: 2
Views: 75
|
Forum: Ask for Help Posted: Fri Jan 13, 2012 4:51 am Subject: AH_L - Click last element in a form |
last := pwb.document.forms[20].elements.length
pwb.document.forms[20].elements[last].click()
This does not work - how do I use variables in the elementshere] se ... |
Topic: AHK_L detect java control / window? |
ecksphore
Replies: 2
Views: 120
|
Forum: Ask for Help Posted: Mon Jan 02, 2012 3:50 am Subject: AHK_L detect java control / window? |
It appears the slot machines are now loaded in an iframe. When I attempt to load the iframe source directly, it shoots me back to the original html.
So .. is there any way to detect a java window i ... |
Topic: AHK_L detect java control / window? |
ecksphore
Replies: 2
Views: 120
|
Forum: Ask for Help Posted: Wed Dec 28, 2011 8:08 pm Subject: AHK_L detect java control / window? |
Many years ago, I designed a simple auto-clicker for the slots games on freeslots.com
A friend is now interested in it and I was trying to update it - however, it appears with the latest Internet E ... |
Topic: AH_L - Gui browser input focus? |
ecksphore
Replies: 2
Views: 81
|
Forum: Ask for Help Posted: Sat Dec 17, 2011 7:49 pm Subject: AH_L - Gui browser input focus? |
| Thank you, that little function works great. |
Topic: AH_L - Gui browser input focus? |
ecksphore
Replies: 2
Views: 81
|
Forum: Ask for Help Posted: Sat Dec 17, 2011 7:44 am Subject: AH_L - Gui browser input focus? |
Once a GUI broswer has loaded a webpage, how do I give that browser window keyboard focus?
I've tried WinActivate, ControlFocus and nothing worked.
I'm trying to enter in information in to my da ... |
Topic: AH_K - Open link in a new AHK browser window? |
ecksphore
Replies: 8
Views: 229
|
Forum: Ask for Help Posted: Sat Dec 10, 2011 7:16 pm Subject: AH_K - Open link in a new AHK browser window? |
I just wasn't sure what to put for the "ComObjValue".
Thank you for the updated example to handle various types of links! |
Topic: AH_K - Open link in a new AHK browser window? |
ecksphore
Replies: 8
Views: 229
|
Forum: Ask for Help Posted: Sat Dec 10, 2011 7:36 am Subject: AH_K - Open link in a new AHK browser window? |
| Any chance of an example for the NewWindow3 event? |
| |