View All objects on one page...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cubicle Intern

    View All objects on one page...

    Hi,

    I'm not sure if this one falls into the javascript category. I have a
    database of products and I want to include the option to view all the
    products in one page. Right now, I can adjust the number of products
    I can view per page but I want to include a "View All" option and I'm
    not sure where to start... Any suggestions are very much appreciated.
    Thanks in advance.

    tyv
  • RobG

    #2
    Re: View All objects on one page...

    On Apr 18, 5:30 am, Cubicle Intern <vyts...@gmail. comwrote:
    Hi,
    >
    I'm not sure if this one falls into the javascript category. I have a
    database of products and I want to include the option to view all the
    products in one page. Right now, I can adjust the number of products
    I can view per page but I want to include a "View All" option and I'm
    not sure where to start... Any suggestions are very much appreciated.
    Thanks in advance.
    A good start would be to indicate how the number of items to display
    is set - if it is by client-side script perhaps you'll get some help
    here - or not. :-)

    If it is set by script (say by modifying the query string), then you
    might be able to add an "all" parameter so the server knows to send
    all results, not just he first 10 or 20 or whatever.


    --
    Rob

    Comment

    Working...