IFrame can be: An IFrame (Inline Frame) is an HTML document
embedded inside another HTML document on a website. The IFrame HTML
element is often used to insert content from another source, such as an
advertisement, into a Web page. Although an IFrame behaves like an
inline image, it can be configured with its own scrollbar independent of
the surrounding page's scrollbar.
A Web designer can change an IFrame's content without requiring the
user to reload the surrounding page. This capacity is enabled through
JavaScript or the target attribute of an HTML anchor. Web designers use
IFrames to embed interactive applications in Web pages, including those
that employ Ajax (Asynchronous JavaScript and XML), like Google Maps or
ecommerce applications.
No comments:
Post a Comment