DMXzone Paginator PHP Support Product Page
Anchors
Shared 30 Mar 2011 10:07:07
1
likes this idea
30 Mar 2011 10:07:07 Jim Elliott posted:
It would be grateful to have an anchor available. I have a site with a large banner and it is annoying to jump to the top of th page. Replies
Replied 15 Apr 2011 14:25:46
15 Apr 2011 14:25:46 Jim Elliott replied:
Thanks to Miro for the solution.
In the dmxPaginator.php file in the script library folder
locate:
$queryString = "&" . htmlentities(implode("&", $newParams));
and change it to
$queryString = "&" . htmlentities(implode("&", $newParams))."#ANCHORNAME";
upload and it works fine
[]
In the dmxPaginator.php file in the script library folder
locate:
$queryString = "&" . htmlentities(implode("&", $newParams));
and change it to
$queryString = "&" . htmlentities(implode("&", $newParams))."#ANCHORNAME";
upload and it works fine
[]