|
Posted by David Dorward on January 13, 2008, 2:21 pm
Please log in for more thread options
SergioQ wrote:
> Perhaps I am reading it wrong, but I assumed that the line below would
> cause the value of 1 to be sent to the form. Instead it's sending a
> 0.
>
> <input type="checkbox" name="email_00_notify" value="1" CHECKED
> DISABLED>
Since the control is disabled, it won't be successful. It shouldn't be
sending any value at all.
> So does that mena I am misreading it all and I need to not just CHECK
> IT and DISABLE IT, but also include a hidden input element with a
> 1 ?????
If you want the value 1 to be sent, then you should not disable the control.
--
David Dorward
http://dorward.me.uk/ http://blog.dorward.me.uk/
|