Working with the Ajax Browser Console View

The Browser Console view is an aggregative list of the execution errors, warnings, and information messages that occurred in the time the open page in the Internal Web Browser was running.

 

The Browser Console view shows the following information:

Ajax Browser Console View

Opening a DOM element in an HTML Editor

This procedure describes how to open a DOM element in an HTML editor. This allows you to see the source code of an element.

 

 

Instructions on how to complete a procedure

To open the element in an HTML editor:

  1. Go to Window | Open Perspective | Web Browser Tools.

  2. Click Open a URL in the Mozilla Browser from the main toolbar.
    The “Open URL…” dialog opens.

  3. Enter a URL in the “Enter  URL…” text field and press Enter.
    The URL opens in the Internal Web Browser.  

  4. Open the Browser Console view.
    A list of the execution errors, warnings, and information messages appears.

  5. Select the message you would like to open in an HTML editor and double click.
    The message opens in an HTML editor.

The HTML editor is not for editing or updating. It is only intended as a way to see the message in HTML format to allow an alternative method of viewing it. For information on editing a node see Editing the Source Code of a Node.

Browser Console View Icons

The Browser Console View includes the following icons:

Show Only Errors

Show only errors in the view.

Show Only Warnings

Show only warnings in the view.

Show Only Information Messages

Show only information messages in the view.

Clear All Messages

Clears all messages in the view.

View the Dropdown Menu

Expands the View drop-down Menu allowing you to show/hide CSS messages, JavaScript messages, and XML messages.

 

Read Also