O OBJECT.codeBase (Property) (Web site templates) OBJECT.codeBase (Property) The path
O OBJECT.codeBase (Property) OBJECT.codeBase (Property) The path to the directory where the Java applet denoted by the CLASS=” ” HTML tag attribute is to be found. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myOBJECT.codebase The codebase is the path to the directory where the classes specified in the code property are located. The actual path to the required files is generated by a string concatenation of codebase+code to generate a fully specified URL. Due to security limitations it is not permitted to access a codebase value that is outside the domain specified by the containing document. There is conflicting information in the reference sources regarding the read/write ability of this property. Some suggest it is ReadOnlyand others suggest you can assign a value to it. It may be that you can assign a value to it without the JavaScript interpreter complaining but that any value you assign is ignored. OBJECT.codeType (Property) A description of the type of code in the object referred to by the CLASSID=” ” HTML tag attribute. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myOBJECT.codeType This is a MIME type value that describes the kind of code being embedded by the