Posted by Neena Toh, ntoh@channeldancer.com
on September 11, 2000 at 10:05
Was wondering if anyone could assist me in solving the problem that I am facing with displaying my content list. Currently some of the contents that I want to display have a long list (output). Therefore I need to break this list up so that it is divided across different wap/wml pages. So, if anyone could teach me or guide me as to where I can find out more information on this matter, I would appreciate it. Please help if you can. Really need to figure this out urgently. Thanks in advance! I have a sample "next page" function, but I don't really understand how to apply it to my current codes. So, please help.
Posted by Lefteris Fotopoulos, lfot@eurocom.gr
on September 21, 2000 at 10:57
If your pages are static, then all you have to do is break up the page wherever you like and include an a hef tag pointing to the next page:
next>>.
If your pages are dynamic,(ASP for example) then you have to use paging technics. See http://www.aspfree.com/asp/startpage.asp?id=11 for more details.