Sets or retrieves the value indicating whether the embedded object is invisible.
Syntax
HTML | <EMBED HIDDEN
= sHidden... >
|
---|
Scripting | [ sHidden = ] EMBED.hidden [ = v ] |
---|
Possible Values
sHidden | String that
specifies or receives one of the following values.false | Default. Object is not hidden. | true | Object is hidden. |
|
The property is read/write.
The property has a default value of
false.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.
Standards Information
There is no public standard that applies to this property.
Applies To