Hi, everybody!
I'm with basic html problem.
I have a form with somes checkbox that could be checked or not. When the user press submit, those checkbox checked are passed with the get method to the action form (main.esp). Those checkbox unchecked aren´t recived in main.esp and I don´t know why.
For example:
<form method="get" name="myform" action="/main.esp">
<input type="checkbox" name="ChkOne" >
<input type="checkbox" name="ChkTwo" >
<input type="submit" name="command" value="Enter" >
</form>
If ChkOne are checked and ChkTwo are not checked, then main.esp doesn´t recive the ChkTwo variable (WHY?!).
How could I do to recive allways all the checkbox in the form, even are not checked?!
thanks for any tip... flac0! My keyboard are on-fire baby!
I'm with basic html problem.
I have a form with somes checkbox that could be checked or not. When the user press submit, those checkbox checked are passed with the get method to the action form (main.esp). Those checkbox unchecked aren´t recived in main.esp and I don´t know why.
For example:
<form method="get" name="myform" action="/main.esp">
<input type="checkbox" name="ChkOne" >
<input type="checkbox" name="ChkTwo" >
<input type="submit" name="command" value="Enter" >
</form>
If ChkOne are checked and ChkTwo are not checked, then main.esp doesn´t recive the ChkTwo variable (WHY?!).
How could I do to recive allways all the checkbox in the form, even are not checked?!
thanks for any tip... flac0! My keyboard are on-fire baby!