[Phplib-users] oohforms.inc - W3C standard?
Brought to you by:
nhruby,
richardarcher
|
From: Frank B. <fb...@sy...> - 2005-01-08 21:35:02
|
Is oohforms striving for HTML 4.01 Transitional? If so, the line in
oohforms.inc:
$str .= "<script language='javascript'>\n<!--\n";
needs to change to:
$str .= "<script language='javascript' type='text/javascript'>\n<!--\n";
If I mix tables and forms on the same page, I have figured out that if the
page is a single form, then $f->start() precedes <table> and $f->finish
follows </table>.
When each row in a table is a separate form, where do these functions get
called relative to <tr></tr>?
Frank
|