| View previous topic :: View next topic |
| Author |
Message |
jumped Guest
|
Posted: Sun Apr 20, 2008 8:56 pm Post subject: go to next page |
|
|
| Is there a hot key to jump to the next page of "say" a google search? |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Sun Apr 20, 2008 9:23 pm Post subject: |
|
|
No, but there is a Search function in this Forum (see top of page):
Goto next page
You are posting your question in the wrong section of this Forum, this should go to "Ask for Help". |
|
| Back to top |
|
 |
epconfig
Joined: 10 Oct 2007 Posts: 19 Location: Montreal, Canada
|
|
| Back to top |
|
 |
Lumania
Joined: 30 Dec 2007 Posts: 3
|
Posted: Thu May 22, 2008 7:57 am Post subject: |
|
|
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"){x[i].click();break}}
controlfocus, edit1, A
send ^v
sleep 100
send {enter}
return
#IfWinActive |
|
| Back to top |
|
 |
|