Re: FRAMEBORDER attribute?

W. Jeffrey Rankin:

> > For example, use JS to document.write a navigational header only IF the
> > doc is loaded in a top level window.  Have the same header in a NOSCRIPT
> > tag for no-JS browsers.  The JS header does not appear when the doc is
> > loaded into a frameset, but appears outside of it or woth JS off.

> Or, dispense with javascript entirely and use any number of
> server-side tools to write out a navigational header based-upon the
> hierarchial structure of the document(s) or some other dataset.

I'm no friend of frames, quite the opposite, but it is 
illogical and a waste of resources to load the same stuff
again and again. If just a certain part of a page is to change, 
it is reasonable to keep all other parts on the screen, instead of
throwing them out and then reload and redisplay them in exactly 
the same way.

#####################################################################
                         Bertilo Wennergren
                 <http://purl.oclc.org/net/bertilo>
                        <bertilow@chello.se>
#####################################################################

Received on Thursday, 1 February 2001 15:02:04 UTC