You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
form handling
About this tag
Form handling on WindowsForum.com covers techniques for managing user input in web applications, with a focus on progressive enhancement and accessibility. Discussions include using JavaScript to improve form interactions while ensuring core functionality remains intact without scripting. Topics range from client-side validation and dynamic form controls to handling submissions gracefully. The tag reflects a developer-oriented audience interested in building robust, inclusive forms that work across browsers and devices, aligning with modern web standards and Microsoft Edge development practices.
Editor’s note: This is the fifth in a series of posts from the team that built the 10k Apart contest site, exploring the process of building for interoperability, accessibility, and progressive enhancement in less than 10kB.
In the previous post in this series, I discussed my approach to CSS...