1. Home
  2. Computing & Technology
  3. Python

Part 1: Laying the Groundwork with HTML, CGI, and PHP

From Al Lukaszewski, for About.com

5 of 10

Accessibility and the NOFRAMES Element

If this application is posted onto a publicly-available server, you should also include an option for browsers that do not render frames. Be sure to include the following or similar code for this reason:

<NOFRAMES>
<P>This frameset document contains:
<UL>
<LI><A href="contents_of_frame1.html">Some neat contents</A></LI>
<LI><IMG src="contents_of_frame2.gif" alt="A neat image"/></LI>
<LI><A href="contents_of_frame3.html">Some other neat contents</A></LI>
</UL>
</P>
</NOFRAMES>

Explore Python
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.