AutoHotkey Community

It is currently May 26th, 2012, 7:11 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: go to next page
PostPosted: April 20th, 2008, 8:56 pm 
Is there a hot key to jump to the next page of "say" a google search?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 20th, 2008, 9:23 pm 
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".


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 21st, 2008, 9:07 pm 
Offline

Joined: October 10th, 2007, 7:43 pm
Posts: 29
Location: Montreal, Canada
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2008, 7:57 am 
Offline

Joined: December 30th, 2007, 3:15 am
Posts: 3
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot], Google Feedfetcher, kkkddd1 and 65 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group