AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

go to next page

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
jumped
Guest





PostPosted: Sun Apr 20, 2008 8:56 pm    Post subject: go to next page Reply with quote

Is there a hot key to jump to the next page of "say" a google search?
Back to top
n-l-i-d
Guest





PostPosted: Sun Apr 20, 2008 9:23 pm    Post subject: Reply with quote

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

PostPosted: Wed May 21, 2008 9:07 pm    Post subject: Reply with quote

There is an easy way to automatically go to the next-results page with Google, Yahoo and Live search engine: http://www.autohotkey.com/forum/viewtopic.php?p=181540#181540
_________________
epconfig
Enterpad Keyboard for AutoHotkey
Back to top
View user's profile Send private message Visit poster's website
Lumania



Joined: 30 Dec 2007
Posts: 3

PostPosted: Thu May 22, 2008 7:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group