Dynamically Update HTML Page

Dynamically Update HTML Page

Hi,

I'm trying to create an HTML page that fetches a certain number of records sequentially.  For example, when it first loads, "Page 1" would show records 1-10.  This is easy.  How can I create a link or button that will cause the page to reload and fetch the next ten records, and so on.

Thank You.