MTMDefaultTarget

Possible values: A frame name as a string
Default value: Not set
Requirements: none
First available: 2.3.1
Supported browsers: All
Description: This value should probably correspond to the name of a frame in your frameset, that frame being the one where most of your documents are shown. The value is used as the target attribute of a link in HTML, and therefore adheres to that attribute's definition in the HTML recommendation. Setting this value enables you to remove the third argument to addItem() when defining menu items. If you're using the fourth argument set the third to null, e.g: menu.addItem("Foo", "foo.html", null, "foo");