Brian Suda: could argue that form input is what made the modern Web more than any other development. The first browsers had no forms (only global search). Thought of releasing a working app based on old code that works today, but without forms we lose so much functionality more than JS/CSS.

I can think of ways of doing it, but they’re not pretty — e.g. onscreen keyboard made of <a> elements, each keypress is a full screen refresh which stores the new contents of the fake textbox server side (either cookies or URL param to identify session). Makes me wonder… did anyone do something like this at the time, before HTML forms were invented?

updated: