disabled-input

values of disabled inputs will not be submited?

This is what I found by fireBug in firefox. Is it the same in other browsers? If so,what's the reason for this? ...

Title Attribute on Disabled Elements in Firefox

I am building a very dynamic web-based application using a lot of Javascript to handle user events. I am in the process of making things a little more usable and came across a problem that I've never had before. I am using jQuery, so factor that in to your answers. Thanks in advance. I have a set of button elements defined as: <input...

ASP.Net MVC 2.0 Validating disabled input fields

My MVC validation is failing on disabled form fields - saying that they are required, even though these disabled input fields have values set. I read this http://weblogs.asp.net/imranbaloch/archive/2010/06/20/disabling-client-side-validation-for-disabled-input-controls-in-asp-net-mvc.aspx which explains how to modify the MicrosoftMvcVal...

How to make a greyed-out HTML form?

I'd like to have a group of HTML text <input>'s that can be all greyed-out (disabled) at the same time. I also want the entire area they are in to somehow be greyed-out or at least visibly disabled. I've seen things like this done in desktop applications. Any ideas on an easy/elegant way to do it? I'm trying to avoid manually setting ea...