AutoHotkey Community
Let's help each other out
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Search found 3 matches
AutoHotkey Community Forum Index
Author
Message
Topic:
keep window focus on one app while sending input to another
Lumania
Replies:
3
Views:
245
Forum:
Ask for Help
Posted: Thu May 22, 2008 8:50 am Subject:
keep window focus on one app while sending input to another
Try ControlSend to send keys to a control in a specified window.
ControlSend command does not change focus on a active window.
Topic:
go to next page
Lumania
Replies:
3
Views:
250
Forum:
Ask for Help
Posted: Thu May 22, 2008 6:57 am Subject:
go to next page
The following script you can try it.
#IfWinActive, ahk_class IEFrame
!.::
clipboard = javascript:var x=document.links; for(i=(x.length-1);i>=0; i--){var y= x[i].innerHTML;if(y=="next& ...
Topic:
How to clicking links in a HTML under frameset
Lumania
Replies:
3
Views:
253
Forum:
Ask for Help
Posted: Sun Dec 30, 2007 2:42 am Subject:
How to clicking links in a HTML under frameset
Now I can use one line javascript to access a link in a HTML by AutoHotkey.
But when a HTML under frameset structure, I can't figure out what method to access the links in that HTML.
The following s ...
Page
1
of
1
All times are GMT
Jump to:
Select a forum
AutoHotkey
----------------
Ask for Help
Scripts & Functions
Bug Reports
Wish List
Announcements
General
----------------
Utilities & Resources
General Chat
Powered by
phpBB
© 2001, 2005 phpBB Group