in reply to Re: How to check value of checkbox on form submit?
in thread How to check value of checkbox on form submit?
Then value=pair in this case would be checkbox1=on (if checked obviously). I disagree that if not checked your $input{'checkbox1'} would be undefined. That would vary depdending on the query string parsing method. It may be null, but not necessarily undef. This might be a source for errors down the road.<input type="checkbox" name="checkbox1" value="on">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: How to check value of checkbox on form submit?
by perlmonkey (Hermit) on May 10, 2000 at 23:22 UTC | |
|
RE: RE: Re: How to check value of checkbox on form submit?
by raflach (Pilgrim) on May 10, 2000 at 19:14 UTC | |
by BBQ (Curate) on May 10, 2000 at 19:21 UTC |