Hi ...
With this talk of frames, if <NOFRAMES></NOFORMES> is used like it should
be (at least the way that I understand it should be used), then a lot
(and potentially more) of the problems associated with frames go away.
If you use <NOFRAMES></NOFORMES> with SSI:
FRAMESET BORDER="0" FRAMEBORDER="0" FRAMESPACING="0" ROWS="125,*">
<FRAME SRC="top.html" scrolling="no">
<FRAME SRC="bottom.html" NAME="picked">
</FRAMESET>
<NOFRAMES>
<!--#include virtual="/services/top.html"-->
<!--#include virtual="/services/bottom.html"-->
</NOFRAMES>
Not only do those few folks who use non-frames savvy browsers going to
be happier (getting the content and not a message that says something
like "Sorry, you don't have frames"), but htdig will index the page as a
whole.
Of course, the pieces will be indexed too, but that perhaps could be
worked around.
-bd
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.