Tips_tutorials   >   Studiojs203   >   Introduction
Welcome to the
tutorial.When you do a
search you generally get pages and pages of results. If fetched and returned all of the results to a single web page you would have a very long web page to scroll down through, and it would take a very long time for your browser to display the single page of results.To solve this problem web designers came up with the interface of displaying a limited number of records on the web page and a adding footer that tells the number of pages of results and hyperlinks which the user can click to fetch and display any page of the results.
In this tutorial we will write the code for handling multiple pages of search results for our Omnis Studio ultra-thin web app.
The following is an overview of what we will do in this tutorial.