University at Albany Policies


An accessible use of frames

View an inaccessible use of frames
 

Include a no frames alternative and use meaningful filenames.

example of an accessible frames page

A link to a frameless alternative could be coded like this:

<FRAMESET cols="10%, 90%" title="Our departmental Web site.">
      <FRAME src="nav.html" title="Navigation bar">

      <FRAME src="doc.html" title="Documents">

      <NOFRAMES>

      <A href="lib.html" title="Department link">Jump to a "no frames" version of this site.</A>

      </NOFRAMES>
</FRAMESET>


Return to the checklist


Adapted with permission from web accessibility pages at Penn State.