HTML Frames : Java Glossary
home H words local find no local find frame, full screen Google search web for topic jump to footer translate with Babelfish 2008-03-30 by Roedy Green ©1996-2008 Canadian Mind Products
Go to : punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
Frames in HTML
Frames
Start Tag End Tag description
<frameset rows="100,200"> </frameset> surrounds rows of frames, pixels
<frameset rows="20%,80%"> </frameset> relative space for each
<frameset rows="*,*"> </frameset> let browser decide on spacing
<frameset cols="10,20"> </frameset> surrounds cols of frames, pixels
<frameset cols="20%,80%"> </frameset> relative space for each
<frameset cols="*,*"> </frameset>  
<frameset frameborder="0" </frameset> no borders around the frames
<frame src="http://mindprod.com/x.html > where to get the html to fill the frame
<frame name="someFrame" > name a window for referencing via BASE
<frame noresize > don’t let user change frame size
<frame scrolling="auto" > yes, no, — scroll bars?
<frame marginheight="10" > pixels in border top/bottom.
<frame marginwidth="10" > pixels in border left/right.
<noframes> </noframes> sandwiches HTML to render the page if the browser does or will not support frames.
<BASE TARGET="someFrame" HREF="http://mindprod.com/x.html">   In a menu frame document, one of the "tiles". allows one frame to load documents into another named frame for following HREFs. The HREF provide a default base for any relative hrefs coming. You can also use the magic names _blank, _self, _parent and _top as your frame target. See below for details.
<a HREF="xxx.html" TARGET="someFrame">   Base is unchanged. Most browsers let you leave out the <BASE HREF, which allows code to work both locally and on a website, though strictly speaking the href is mandatory.
Frame Targets
Target description
_blank in a new, unnamed window.
charlie into the frame named charlie.
_parent into parent frame (or this frame if no parent).
_self in this frame.
_top into the full, original window (thus cancelling all other frames). This is how you get rid of all frames.
CSS
FORMS
FORMS: specification
HTML 4.01 Specifications: current HTML Standard
HTML Cheat Sheet

CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.16] The information on this page is for non-military use only.
You are visitor number 11. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/jgloss/htmlframe.html J:\mindprod\jgloss\htmlframe.html