Site:Frontend:URLParameters

From Metrixstream
(Difference between revisions)
Jump to: navigation, search
m (Created page with "== Introduction == URL Parameters allow you to manipulate the page via the URL. Listed below are explanations on the internal variables that can be referenced. === hdf === Alt...")
 
m
Line 8: Line 8:
  
 
  Example: http://www.example.com/?hdf
 
  Example: http://www.example.com/?hdf
 +
 +
=== page ===
 +
 +
The page variable directly maps to a particular page within your site.
 +
 +
Example: http://www.example.com/?page=contact_us

Revision as of 12:23, 1 October 2011

Introduction

URL Parameters allow you to manipulate the page via the URL. Listed below are explanations on the internal variables that can be referenced.

hdf

Although this parameter doesn't perform any filtering, it is extremely important to remember because it shows you what hdf keys are available to be referenced, which means it is extremely handy in debugging something within the page.

Example: http://www.example.com/?hdf

page

The page variable directly maps to a particular page within your site.

Example: http://www.example.com/?page=contact_us
Personal tools