Someone provided an answer to a question very much like this one before in this forum. =)
http://www.experts-exchang
Main Topics
Browse All TopicsHey experts,
Does anyone know some good code for how to scroll through records using next and previous buttons?
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Someone provided an answer to a question very much like this one before in this forum. =)
http://www.experts-exchang
addon, also check this script: http://www.planet-source-c
Thanks for the advice, but I was actually able to figure it out on my own using the following javascript code:
function moveNext(id) {
var newID = new Number(id);
newID = newID + 1;
document.Search.searchID.v
Search.submit();
}
I couldn't use a typical page through like some had suggested because I was already calling a certain record through a search. Basically all I'm doing is taking the last number that was searched and adding one and then resubmitting the search.
Again, thanks for all the help.
Business Accounts
Answer for Membership
by: The_Big_DaddyPosted on 2005-08-05 at 12:11:10ID: 14610644
using ASP - http://www.4guysfromrolla. com/webtec h/121298-1 .shtml