static S hpostform(O contents, O... params) { ret tag("form", contents, concatArrays(new O[] {"method", "POST"}, params)); }