Andy Lester wrote: > > HTML::Form now exposes the 'readonly' and 'disabled' > > attribute for inputs. This allow your program to simulate > > JavaScript code that modifies these attributes. > > Anyone who wants to send me WWW::Mechanize patches to take advantage of > these, please do so.
Could you explain what those patches are mean to do? The readonly attribute doesn't seem to need to be managed by WWW::Mechanize but the disabled attribute should make WWW::Mechanize not send that field (I think) it it's not already doing that (I didn't check). I just had known these attributes from: http://www.htmlcodetutorial.com/forms/_INPUT_DISABLED.html Juan