|
htmlNoScript
Client-side JavaScript alternative content class | [Previous] [Main] [Next] |
| htmlNoScript encapsultes the <NOSCRIPT></NOSCRIPT> tags. It is used to specifiy content to be displayed by browsers that are not JavaScript compatible. Browsers that are JavaScript compatible, such as Netscape Navigator 2.0, ignore all text in htmlNoScript objects. The htmlScript class contains an embedded htmlNoScript object, accessible via the htmlScript::NoScript() method.
| |
|
| |
| #include <dcmicro/htmlpp/noscript.h>
| |
|
| |
| |
|
| |
| htmlScript
| |
|
| |
| None.
| |
|
| |
| htmlNoScript()
| |
| Constructs an empty object.
| |
|
| |
| htmlNoScript( const String& text )
| |
| Constructs an object, inserting text into it.
| |
|
| |
| htmlNoScript( const htmlObject& element )
| |
| Constructs an object, inserting element into it.
| |
|
| |
| htmlNoScript( const htmlNoScript& rhs )
| |
| Copy constructor.
| |
|
| |
| virtual ~htmlNoScript()
| |
| Destroys the object.
| |
|
| |
| void Print( ostream& os ) const
| ||
| Outputs the object to os.
| |
|
| |
| Clone | htmlObject FAR * Clone() const
| |
| Returns a base-class pointer to a deep copy of the object.
| |
|
| |
|
| |
| Refer to the example for htmlScript.
| |
|
| |
