htmlNoFrames
Alternative content for framesets
[Previous] [Main] [Next]


Description
htmlNoFrames encapsultes the <NOFRAMES></NOFRAMES> tags. It is used to specifiy content to be displayed by browsers that cannot display frames. Browsers that can display frames, such as Netscape Navigator 2.0, ignore all content in htmlNoFrames objects unless the URL specified by the frame is missing or unreachable.  
 
The htmlFrameSet class contains an htmlNoFrames object as a member variable, accessible via the htmlFrameSet::NoFrames() method.  
 
Declaration
#include <dcmicro/htmlpp/noframes.h>  
 
Hierarchy
htmlnoframes.gif  
 
See Also
htmlFrameSet  
 
Related Constants/Definitions
None.  
 
Constructors
htmlNoFrames()  
Constructs an empty object.  
 
htmlNoFrames( const String& text )  
Constructs an object, inserting text into it.  
 
htmlNoFrames( const htmlObject& element )  
Constructs an object, inserting element into it.  
 
htmlNoFrames( const htmlNoFrames& rhs )  
Copy constructor.  
 
Destructor
virtual ~htmlNoFrames()  
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 htmlFrameSet.  
 
 


©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.