Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 5405👍, 0💬
Popular Posts:
How To Apply Filtering Criteria at Group Level? - MySQL FAQs - SQL SELECT Query Statements with GROU...
How can you write a loop indefinitely? Two examples are listed in the following code: for(;;) { ... ...
What is the sequence of UML diagrams in project? First let me say some fact about this question, you...
How to convert a Unix timestamp to a Win32 FILETIME or SYSTEMTIME? The following function converts a...
How Do You Uninstall JUnit Uninstalling JUnit is easy. Just remember these: Delete the directory tha...