htmlNoScript
Client-side JavaScript alternative content class
[Previous] [Main] [Next]


Description
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.  
 
Declaration
#include <dcmicro/htmlpp/noscript.h>  
 
Hierarchy
htmlnoscript.gif  
 
See Also
htmlScript  
 
Related Constants/Definitions
None.  
 
Constructors
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.  
 
Destructor
virtual ~htmlNoScript()  
Destroys the object.  
 
Member Methods
Print   void Print( ostream& os ) const  
Outputs the object to os.  
 
ClonehtmlObject FAR * Clone() const  
Returns a base-class pointer to a deep copy of the object.  
 
Example Use
 
Refer to the example for htmlScript.  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.