Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cfbigB

    implementing "next image" functionality

    here is some code that might help... <cfparam name="url.id" default="1"> <cfparam name="next" default=""> <cfparam name="previous" default=""> <cfscript> idList = "1,25,28,36"; if( url.id EQ listFirst(idlist) ){ previous = 0; } else{ previous = listgetat(idlist, listfind(idlist...

Part and Inventory Search

Back
Top