Setting the Insert Parameter in Code Block dialog box options

Setting the Insert Parameter in Code Block dialog box options

This dialog box lets you replace every instance of a selected string in a code block containing parameter markers.

To replace every instance of a string within a code block:

  1. Enter a parameter name.

    Example: Session

  2. Click OK.

Dreamweaver replaces every instance of the selected string in the code block with a parameter marker (for example, @@Session@@).

Related topics

  • Using parameters in server behaviors
  • Creating a dialog box for a custom server behavior


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly