Dreamweaver

Go to a JavaScript or VBScript function

In Code view and the Code inspector, you can view a list of all of the JavaScript or VBScript functions in your code and jump to any one of them.

  1. View the document in Code view (View > Code) or the Code inspector (Window > Code Inspector).
  2. Do one of the following:
    • In Code view, right-click (Windows) or Control‑click (Macintosh) anywhere in Code view, and select the Functions submenu from the context menu.

      The Functions submenu does not appear in Design view.

      Any JavaScript or VBScript functions in your code appear in the submenu.

      To see the functions listed in alphabetical order, Control‑right-click (Windows) or Option-Control-click (Macintosh) in Code view, and then select the Functions submenu.
    • In the Code inspector, click the Code Navigation button ({ }) on the toolbar.

  3. Select a function name to jump to the function in your code.