Web Page Parameters
Web Page Parameters General Considerations:
- Parameters must be entered with the proper syntax, names and spelling or they will not work.
- When entering parameters, do not use spaces around the equals sign.
- To connect two or more parameters together, use an ampersand (&) symbol. Do not use spaces around the ampersand.
- Ensure the module item’s attribute name is spelled the same as in the system – it must be exact or it will not work.
Module Item | Attribute | Examples |
---|---|---|
article | Name |
articleName=explore-south-ca articleName=explore-south-or&articleName=lodging-south |
article | Category | articleCategory=autumn-activity Displays all articles marked with the “autumn-activity” category |
directory | Category | directoryCategory=hotels Displays all hotels in the business directory |
directory | Region |
directoryRegion=southern-oregon directoryCategory=hotels&directoryRegion=southern-oregon |
directory | Search |
directorySearch=1 directorySearch=1&directoryCategory=hotels&directoryRegion=southern-oregon |
form | Name |
formName=autumn-guide articleName=autumn-activity&formName=autumn-guide |
product | Category | productCategory=glassware Displays all products marked with the “glassware” category |
product | Name |
productName=lead-crystal-stem3 articleName=wine-glasses&productCategory=glassware |
script | Name | scriptName=teaser-ad Calls a script that displays a teaser ad at the top of the page |