A Applet.codeBase (Property) This specifies the main (Web host 4 life)

A Applet.codeBase (Property) This specifies the main code class to be called when the applet is initially run. It is necessary to identify the main item in case there was a collection of class files loaded as an archive. See also: Applet.archive Property attributes: ReadOnly. Applet.codeBase (Property) The path to the directory containing the applet code. 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: -myApplet.codeBase The codebase is the path to the directory where the classes used in the code or archive properties are located. The actual path to the required files is generated by a string concatenation of codeBase+codeor codeBase+archive 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. Property attributes: ReadOnly. Applet.height (Property) The height of the applet extent rectangle in pixels. 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: -myApplet.height
Note: In case you are looking for affordable webhost to host and run your web application check Vision http web server services

Leave a Reply