July 1998
Intermediate to advanced
1456 pages
65h 5m
English
CODEBASE — NN 4 IE 3 HTML 4
CODEBASE=”path"Optional
Path to the directory holding the class file designated in either the
CODE or CLASSID attribute. The
CODEBASE attribute does not name the class file,
just the path. You can make this attribute a complete URL to the
directory, but don’t try to access a codebase outside of the
domain of the current document.
<OBJECT CODE="fileReader.class" CODEBASE="classes"></OBJECT>
Case-sensitive pathname, usually relative to the directory storing the current HTML document.
None.
[window.]document.all.elementID.codeBase
Read now
Unlock full access