Is it possible to have the output from [-- PrevNext --] to be a call to a javascript routine instead of href call to a page?
Instead of:
- Code: Select all
<a class="prevnext" href="http://www.dmindustrial.net/store/F15703-ss2.html">2</a>
- Code: Select all
<a class="prevnext" href="javascript:getNextPage('F15703-ss2.html')>2</a>
This would allow us to use a Sub-template for the product portion of a page, then AJAX in a new portion of the page and save bandwidth.
MarkB