Post Reply  Post Thread 


want to do search results paging like google. need
Author Message
Suhidha B
Junior Member
**


Posts: 1
Group: Registered
Joined: Nov 2007
Status: Offline
Reputation: 0
Post: #1
want to do search results paging like google. need

next button link. Using jsp need to do. pl help? //Paging------------------------------------------------String links="";int pages;int PageCounter;PageCounter = (row_count / 5) + 1;if ((PageCounter * 5) + 1 >= row_count){PageCounter++;}int p;for(p = 1; p < PageCounter ; p++){links=links+"<a href=jsearch_tutors('"+type+"','"+category+"','"+p+"')>"+ p +"</a>Â*|Â*";}int cpage;int currentRs;String pt;//Paging------------------------------------------------if (pagenum.equals("null")){currentRs = 0;}else{cpage = Integer.parseInt((String)pagenum);currentRs = 5 * (cpage - 1);}

11-12-2007 03:28 PM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Does Google Desktop search adversely impact Outlook? ptross2000 1 52 12-21-2007 09:34 PM
Last Post: ptross2000
  How to incraese google adsense money? web developer 1 45 12-21-2007 09:22 PM
Last Post: web developer
  On which bases google give search results? context 1 44 12-21-2007 05:36 PM
Last Post: context
  How can I make my website appear in yahoo/google... dclegg202 1 47 12-21-2007 05:25 PM
Last Post: dclegg202
  I am trying to use Google Adsense for a web page... catherine v 1 51 12-21-2007 03:40 PM
Last Post: catherine v
  Google? searching and such...? jentennisgal 1 51 12-21-2007 02:28 PM
Last Post: jentennisgal
  where search history of google is saved and how can Akhlaq A 1 50 12-21-2007 02:22 PM
Last Post: Akhlaq A
  Google Adsense Income? catatweb c 1 60 12-21-2007 01:26 PM
Last Post: catatweb c
  google adsense? jpvelez101 1 56 12-21-2007 01:10 PM
Last Post: jpvelez101
  google search engine? ♥take me away♥ 1 49 12-21-2007 03:41 AM
Last Post: ♥take me away♥

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: