behaviorMods

Description

Specifies the UI capabilites of the WebBrowser Control. See the DOCHOSTUIFLAG types enumerated in MSDN for possible values.

The value may be given in either in decimal or hexadecimal forms, i.e. BEHAVIORMODS=”32”, or BEHAVIORMODS ”0x20”.

The default value of this attribute applies flags to give good behavior in Firefox and Chrome when the embedded ScriptXtra browser occupies the whole (tab) window.

Syntax

<embed type="application/x-meadco-neptune-ax" 
    behaviorMods="0x20" ... />

Applies To

The embed tag for the ScriptXtra plugin.