in reply to Re: CGI and HTML form
in thread CGI and HTML form
re "why no js?" -- accessibility issues: NYS website rules, for example, effectively make use of .js a non_starter, as rules require that sites must provide users of lynx (or other non-js website visitor) an "equivalent experience" which (in part because of other parameters) translates to "maintain a parallel, text_only site;" do all (potentially js) work on the server-side; or violate the rule.