This is the previous ten hits and next ten hits addition to the web_store_html_lib.pl that I got to work. It is adapted from the one you had posted earlier. Just delete the tag from the page_footer . Hope that helps. Thanks for all the other great hacks. ### Check for next button and previous button # if ($hits_seen > 0) { # # the last page in a "next hits" sequence is usually # less than the value we have set for # $sc_db_max_rows_returned, we want to be sure that if #this page still gets a "previous hits" # button, otherwise, the user will have to use the back button. # if ($hits_seen > $sc_db_max_rows_returned) {# $hits_prev = $hits_seen - $sc_db_max_rows_returned - $sc_db_max_rows_returned; $warn_message = qq!
| !; } # end if $hits_prev $warn_message .= qq! |