DECLARE Attribute | declare Property
 | DHTML文档教程 |
Sets or retrieves a character string that can be used to implement your own declare functionality for the object.
dhtml语法
| HTML | <OBJECT DECLARE
... >
|
|---|
| Scripting | OBJECT.declare(v) [ = sDec ] |
|---|
DHTML可能的值
| sDec | Boolean that
specifies or receives the value for the declare property. |
The property is read/write.
The property has no default value.
Remarks
There is no functionality implemented for this property unless defined by the author.
是否符合公共标准
This property is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1
.
Applies To