M
Murray
What is the name of this file?
Is it index.htm?
<frame name="TOC" frameborder="no" scrolling="auto" target="contents"
title="Table of Contents"
longdesc="Table of Contents - left vertical INDIVIDUAL LINKS (no longer
a generated navigation bar)"
src="index.htm">
----------^^^^^^^^^^^
If so, then this is a recursive reference.
Also, you have HTML files in your images folder? Just curious....
--
Murray
Is it index.htm?
<frame name="TOC" frameborder="no" scrolling="auto" target="contents"
title="Table of Contents"
longdesc="Table of Contents - left vertical INDIVIDUAL LINKS (no longer
a generated navigation bar)"
src="index.htm">
----------^^^^^^^^^^^
If so, then this is a recursive reference.
Also, you have HTML files in your images folder? Just curious....
--
Murray
Begging4u2help said:Dang - I sent that last reply before I was ready...I meant to say:
Jon: The only reasons that I can come up with are:
...I was seduced into believing that frames are easy and the most
appropriate choice to achieve my desired layout.
...I have the parent frameset set up - (except that it doesn't work).
...I'm stubborn and persistent to a fault.
Murray: I'm becoming convinced that you're right.
I can't post the url, because this the local version is on my harddrive,
and
it will be published to CD, to be run off of CD or the user's C:. The
website is
an interface for a set of confidential documents...BUT I CAN post the
parent
frameset code. Here goes:
Code:<html> <head> <title>O&M Home</title> <meta name="keywords" content="O&M Home page"> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <base target="contents"> </head> <frameset cols="26%,*" framespacing="0" border="0" frameborder="0"> <frameset rows="8%,*,12%"> <frame name="logo" frameborder="no" scrolling="no" src="images/nav_bars/nm_logo_top-left.htm" longdesc="NM Corporate Logo" target="contents"> <frame name="TOC" frameborder="no" scrolling="auto" target="contents" title="Table of Contents" longdesc="Table of Contents - left vertical INDIVIDUAL LINKS (no longer a generated navigation bar)" src="index.htm"> <frame name="Back-Next" frameborder="no" scrolling="no" target="contents" src="images/nav/back-next.htm" longdesc="Back-Next Navigation Arrows"> </frameset> <frameset rows="8%,80%,*,6%"> <frame name="topNAV" frameborder="no" scrolling="no" src="images/nav/om_banner.htm" marginheight="1" marginwidth="10" target="_self" > <frame name="contents" frameborder="no" scrolling="yes" src="1_om_overview.html" target="_self" longdesc="O&M home text contents frame" > <frame name="admin_nav" frameborder="no" scrolling="no" target="contents" , title="Administration Navigation Links" src="images/nav/nav_link_Admin.htm" longdesc="nav links to administrative files"> <frame name="forms_NAV" frameborder="no" scrolling="no" target="contents" src="images/nav/nav_link_forms.htm" title="Forms Navigation Links" longdesc="nav links for forms in Appendix F"> </frameset> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> <p>You may access the content of this site by either: <ol> <li>upgrading your browser; or <li>exploring the folder and file structure (Browse to the O&M web directory "nmatlom04" - either on the provided CD or on your hard-drive. Recommended hard drive location is C:/nmatl04). Inside the nmatl04 web folder, open one of the following files to get started: <ul> <li>index.htm (Table of Contents); <li>cat-index (Table of Contents by Category); <li>1_om_overview.html. This is the first text file, and contains links to the next file in sequence.</li> <li>om_contacts.htm contains O&M staff contacts that you can call to ask for help.</li> </ul> <li>. </ol> </p> </body> </noframes> </frameset> </html>