Well, you could just pass the 5 ids in the param like nextpage.cfm?skip=1,2,3,4,5 and on the next page your sql query would do a "where not in (#skip#)" (pseudo code - use queryparams, validate data, etc, of course).
On Tue, Mar 17, 2009 at 7:54 AM, Erika L. Walker wrote: > > Hidy ho. > > I've got a page that displays the top 5 records sorted by a date entered in > the DB by the user. There's a "more" link at the bottom to go to the rest of > the records. Client doesn't want the top 5 records from the front page to > display on the "all" pages. I'm of the mind set that they should repeat so a > user can page thru ALL the records however they want .. but in the event I > cant change their minds ... > > What's the easiest way to eliminate those first 5 when they have the > capacity to change all the time and I need to pass the info via URL vars? > > Thankies. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:292019 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
