<NOFRAMES> and </NOFRAMES>

Description Attributes Examples

Description:

This tag is used in conjunction with the <FRAMES> tag to provide a way to handle browsers which do not support frames. A browser that supports frames ignores the contents of <NOFRAMES>.

Attributes:

class=class
Indicates that the text is to be formatted using the specified class.
dir=direction
Indicates the direction (right or left) that the text is to be displayed. Useful for languages which display left to right.
event=JavaScript
When event occurs, execute the specified JavaScript.
id = "name"
You can give a text a name, which allows it to be referenced and changed in a script (dynamic HTML).
lang="lang"
Indicates the language of the text within the text.
style="style"
Defines the style in which the text will be displayed. This overrides any style elements at an "outer" level, such as from the BODY or the Cascading Style Sheet.
title="title"
You can give a text a title if you want. This provides some additional information about the text. I'm not sure why you would want to do this, but you could.

Examples:

<frameset framespacing="0" border="0" cols="162,*" frameborder="0">
  <frame name="left" src="igiftshop_menu.htm" scrolling="auto" noresize 
   target="_top">
  <frame name="right" 
   src="http://www.igiftshops.com/claudiasgiftshop.asp" 
   scrolling="auto">
  <noframes>
  <body topmargin="2" leftmargin="2">

  <p>This page uses frames, but your browser doesn't support them.

  </body>
  </noframes>
</frameset>

This causes "This page uses frames, but your browser doesn't support them." to be displayed on browsers that do not support frames.

Internet Tips Contents
404 Errors Advertising Autoresponse Awardmaster Basics Browsers Careers Chatting Disasters Domains Email Emoticons Ezines Free Stuff Fun Stuff FTP Graphics Homepages HTML Reference HTML Tutorial Interactive Legal Links Msg Boards Microsoft Money Multimedia Networks Newsgroups Newsletter Products RFC's Ringmaster Searches Security Sticky Sites Surfing TANSTAAFL Telnet Viral Webmaster Your System