javascript APPLET codeBase
| codeBase | NN 6 IE 4 DOM 1 |
| Read-only | |
|
Provides the path to the directory holding the class file designated in the code attribute. The codebase attribute does not name the class file, just the path. Not fully implemented in Netscape 7. |
|
| Example | |
if (document.applets["clock"].codeBase == "classes") {
// process for the found class file directory
}
|
|
| Value | |
Case-sensitive pathname, usually relative to the directory storing the current HTML document. |
|
| Default | |
None. |
|
Previous: javascript APPLET dataFld
Next: javascript APPLET code
224,Nickname,Homepage or email,Comments here,Add comment
