Click to return to the Reusing Browser Technology home page    
IHTMLFormElement::tags Me...     IHTMLFrameBase::get_borde...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IHTMLFrameBase Interface


This interface provides access to properties and methods that are common to FRAME and IFRAME elements.

IHTMLFrameBase Methods

get_border Retrieves the value of the border property of the frame.
get_frameBorder Retrieves the value of the frameBorder property of the frame.
get_frameSpacing Retrieves the value of the frameSpacing property of the frame.
get_marginHeight Retrieves the value of the marginHeight property of the frame.
get_marginWidth Retrieves the value of the marginWidth property of the frame.
get_name Retrieves the value of the name property of the frame.
get_noResize Retrieves the value of the noResize property of the frame.
get_scrolling Retrieves the value of the scrolling property of the frame.
get_src Retrieves the value of the src property of the frame.
put_border Sets the value of the border property of the frame.
put_frameBorder Sets the value of the frameBorder property of the frame.
put_frameSpacing Sets the value of the frameSpacing property of the frame.
put_marginHeight Sets the value of the marginHeight property of the frame.
put_marginWidth Sets the value of the marginWidth property of the frame.
put_name Sets the value of the name property of the frame.
put_noResize Sets the value of the noResize property of the frame.
put_scrolling Sets the value of the scrolling property of the frame.
put_src Sets the value of the src property of the frame.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.