|
htmlNoFrames
Alternative content for framesets | [Previous] [Main] [Next] |
| 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.
| |
|
| |
| #include <dcmicro/htmlpp/noframes.h>
| |
|
| |
| |
|
| |
| htmlFrameSet
| |
|
| |
| None.
| |
|
| |
| 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.
| |
|
| |
| virtual ~htmlNoFrames()
| |
| 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 htmlFrameSet.
| |
|
| |
|
| |
