Additional parameters to append to end of links Default: A named anchor mark is placed at the top of the each phpLens object of the form:
<a name=LensBM_$lens->id></a>
When the user clicks on a phpLens link, there is no need for the user to scroll to the phpLens object because the reference to the anchor mark will cause your browser to auto-scroll to the correct place.
You can replace this bookmark with your own parameters. You will not need to place a ? or & at the beginning of urlParams, because it is done for your automatically.
PhpLens will generate the anchor tag at the beginning of the phpLens object. If you are doing special processing of phpLens and want to remove the anchor tag, set:
$lens->urlParams = false;
Note: Not supported for Netscape 4.77 or earlier because of Netscape brain damage. Also disabled for Opera for similar reasons (tested on Opera 6).
Basic:Yes Advanced/Enterprise:Yes DynamicEdit:Yes [Version 1.9]
|