WB_AddToURL - additional request variables for navigation URLs formated as QUERY_STRING

Syntax
WB_AddToURL=a string that WhizBase should add to the end of all navigation links created using navigation tags.

Syntax example
WB_AddToURL= selectedlanguage=eng&rowsbypage=4

Valid inputs
Any valid text including HTML tags. It must not start with ampersand (&).

Default value
none (WhizBase will not add anything to navigation links)

Description
When WhizBase creates navigation links it adds standard WhizBase variables to the URL. However, it does not add non-WhizBase variables (form fields) received from visitor using POST or GET. This variable contains the string that will be added at the end of the link and will pass the variables to next page, without validating or changing them. It will process the WhizBase functions and tags if they exist.