Operation Manual
534
USING DREAMWEAVER
Making pages dynamic
Last updated 3/28/2012
ASP server variables
You can define the following ASP server variables as sources of dynamic content: Request.Cookie,
Request.QueryString, Request.Form, Request.ServerVariables, and Request.ClientCertificates.
More Help topics
“Define server variables” on page 545
ColdFusion server variables
You can define the following ColdFusion server variables:
Client variables Associate data with a specific client. Client variables maintain the application’s state as the user moves
from page to page in the application, as well as from session to session. “Maintaining state” means to preserve
information from one page (or session) to the next so that the application remembers the user, and the user’s previous
choices and preferences.
Cookie variables Access cookies passed to the server by the browser.
CGI variables Provide information about the server running ColdFusion, the browser requesting a page, and other
information about the processing environment.
Server variables Can be accessed by all clients and applications on the server. They persist until the server is stopped.
Local variables Created with the CFSET tag or CFPARAM tag within a ColdFusion page.
More Help topics
“Define server variables” on page 545
Dynamic content panels
Bindings panel
Use the Bindings panel to define and edit sources of dynamic content, add dynamic content to a page, and apply data
formats to dynamic text.
You can perform the following tasks with this panel:
• “Defining sources of dynamic content” on page 536
• “Adding dynamic content to pages” on page 549
• “Change or delete content sources” on page 548
• “Use predefined data formats” on page 563
• “Attach XML data sources” on page 479
• “Display XML data in XSLT pages” on page 480
• “URL parameters” on page 624
• “Define session variables” on page 543
• “Define application variables for ASP and ColdFusion” on page 544
• “Define server variables” on page 545