According to Albert Desimone jr:
>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>

This is of course a very nice solution, however the frameset used
is trivial and therefore will not work with most of more complex
framesets.

This is because a frameset resembles a <TABLE> and you will most
probably violate HTML standards (e.g. HTML 4.0 forbids the use
of <P> within <TD>) when using this implementation scheme.


regards,
  Torsten

--
InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH
Waldhofstraße 14                            Tel: +49-4101-403605
D-25474 Ellerbek                            Fax: +49-4101-403606
E-Mail: [EMAIL PROTECTED]            Internet: http://www.inwise.de

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to