result pages

bino

Member
Hi all,

I have been looking for a good method to display result pages within a page based on a search. Almost all of the webspeed examples I see utilize the Last and Next feature to view the consecutive or previous results from a search, as opposed to the better method of showing result pages. ( 1,2,3 or 1-2 2-3 etc)

Also, does anyone know if webspeed version 9.1D supports an upload for files other than just text files. I know i can use ASP or PHP, but it would be nice if this could be natively done within webspeed. It would be nice to see webspeed adopt some of the better aspects of The Nusphere editor and what you can do with PHP.
 
Hi, I'm also working on it. I have found several methods on how to implement the results paging.

In other forums, it is strongly adviced that it is better to use Server-side Scripting rather than using Client-side Scripting such as Javascript, which i consider true, I have tested this one. The Page will load the entire records selected from the database and the javascript will then do its thing (kind of compression of records), showing only the number of records per page defined.

Hope I can also get feedback from u.
 
Back
Top