<!-- 1ページに表示する行数が10件なら9 -->
<cfset maxrow=startrow+9>
<!-- 次のページのstartrow -->
<cfset nextstart=maxrow+1>
次のリンクを表示するかの判断
<cfif GetMS.RecordCount at maxrow>
<a href="BBBB.cfm?nextstart=<cfoutput>#nextstart#</cfoutput>">リンク</a>
</cfif>
最終更新:2007年01月26日 15:28