code property
Sets or retrieves the URL of the file containing the compiled Java class.
Syntax
HRESULT value = object.put_code( v);HRESULT value = object.get_code(* p);
Property values
Type: BSTR
the URL of the file.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 13.4 (Deprecated)
Show: