Quote:
Originally Posted by Finne
I think that value of "true" is only submitted if the checkbox is checked.
|
Right. Maybe problem is in onclick="enabler(this, 'comoff1', 1) what run some javascript, isn't it? This form below must working correct.
HTML Code:
<form name="form1" method="post" action="">
<input type="checkbox" name="comoff1-first" value="true" />
<input class="padding" type="submit" name="submit" value="Submit" />
</form>
__________________
Please login or register to view this content. Registration is FREE - uncommon free scripts
Please login or register to view this content. Registration is FREE - Städte, Sport, Party, Gourment, Apartments, Hotels
Last edited by shivaji; 08-11-2010 at 05:20 PM..
|