Not sure if there is a tag but it is easy to do. here is the logic (top of
my head - not tested)

NumberOfPages = Round(NumberOfResults / ResultsPerPage);

for(i=1;i lte NumberOfPages;i=i+1)
{
        startrow = i * ResultsPerPage;
        writeOutput("showresults.cfm?startrow=" & startrow);
}

WG

> -----Original Message-----
> From: paul smith [mailto:[EMAIL PROTECTED]]
> Sent: 12 December 2002 13:32
> To: CF-Talk
> Subject: Prev 1 2 3 ... Next
>
>
> Google results offer links like the subject.
>
> Given RecordCount from a query, is there a tag to create links like the
> subject?
>
> Or a script?
>
> best,  paul
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to