If you would like to have the focus on Result part of the page after paging you can create an anchor and then write a Java Script function to focus on the anchor element. Here is a good example on w3schools.com which is a good source of Java Script and Styles and lots of other stuff. In this example you will see an anchor with an id like "cb_anchor" is created and a Java Script focus method is called to focus on this anchor:http://www.w3schools.com/jsref/met_html_focus.asp   You can create th