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?