count?
Hi,
I have 50 images and converted each into cfm page so i have total 50 cfm pages.
1. page1.cfm, click on next button, it goes to page2.cfm
2. page2.cfm, click on next button, it goes to page3.cfm and click on previous button, it goes to page1.cfm
and so on until it hits last page which is page 50.
I don't want to hard code on each page for next and previous button to jump to page2.cfm, page3,cfm ....
i set totalpages =50 , count = 1 on the first page. page 2 need to have n = count+1.
I've done some reading and most people said that try to avoid the Evaluate() function because its slower.
Can anyone please help and show me whats the productive way to do it?
thanks
kt
