The legal liability doesn't relate to ifs.  It relates to the fact that the
adp, if it hits an error (any error), does not error out but instead silently
logs the error and displays the rest of the page.  Now the visitor will see a
web page with a section missing which may alter the meaning of the page.

Any page which contains a legal statement could then display an altered legal
statement.

Generally I think it is better to design pages with no errors, "catch" errors
you expect, and monitor the error logs and fix errors you didn't expect while
alerting the visitor to the page that the page is not functioning as
expected.

On Saturday 15 March 2003 02:36 pm, Jeremy Cowgar wrote:
> I'm certian that if you could have the ability to execute HTML inside of a
> if statement that you would also have the ability to do it the old way as
> well.
>
> Jeremy
>
> On Saturday 15 March 2003 05:43 pm, David Walker wrote:
> > This is a legal liability for me as my web page may display without
> > important information in the case of a coding error.  In my case it is
> > much better to display an error than to display what appears to be a
> > complete page.
>
> --
> AOLserver - http://www.aolserver.com/
> To Remove yourself from this list: http://www.aolserver.com/listserv.html
> List information and options: http://listserv.aol.com/


--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list: http://www.aolserver.com/listserv.html
List information and options: http://listserv.aol.com/

Reply via email to