[ic] Site Map Code

Terral Artis interchange-users@icdevgroup.org
Wed Jun 18 20:55:01 2003


I found this loop code to produce a down and dirty site-map listing of all 
products here in the mail list.

[loop search="
                  fi=products
                 st=db
                ra=yes
                  ml=10000

                  "]
          <A HREF="http://__SERVER_NAME____CGI_URL__/[loop-code].html">
                  [loop-field description]
          </A><br>
          [/loop]

How would I limit the search to 50 per page, while still generate enough 
pages for 1000 products on the fly?  Example 1-50 on page 1, 51-100 on page 
2 etc...


Thanks