Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Frameset and frame
How do I create frames? What is a frameset?
✍: FYIcenter
Frames allow an author to divide a browser window into multiple
(rectangular) regions. Multiple documents can be displayed in a single
window, each within its own frame. Graphical browsers allow these frames to
be scrolled independently of each other, and links can update the
document displayed in one frame without affecting the others.
You can't just "add frames" to an existing document. Rather, you must
create a frameset document that defines a particular combination of
frames, and then display your content documents inside those frames. The
frameset document should also include alternative non-framed content in a
NOFRAMES element.
The HTML 4 frames model has significant design flaws that cause
usability problems for web users. Frames should be used only with great care.
2007-03-03, 6158👍, 0💬
Popular Posts:
Can you explain why your project needed XML? Remember XML was meant to exchange data between two ent...
What is the output of printf("%d")? 1. When we write printf("%d",x); this means compiler will print ...
Can Multiple Cursors Being Opened at the Same Time? - Oracle DBA FAQ - Working with Cursors in PL/SQ...
How To Define a Data Source Name (DSN) in ODBC Manager? - Oracle DBA FAQ - ODBC Drivers, DSN Configu...
How to set a cookie with the contents of a textbox ? Values stored in cookies may not have semicolon...