|
From: Dorthe L. <lue...@gl...> - 2004-04-23 19:59:34
|
Hi,
probably I just can't think straight... ;-)
I'm using WebTestCase to set a checkbox with a value ("1"), than I
submit the form, go back (there's a back-button on my page), change the
value to something else or "" or "0" and submit again and go back
again). Now the checkbox should be unchecked, but it isn't... it works
well for text-input-fields.. so, what's the trick to do it?!
The HTML-Code for the checkbox looks like this:
<input type="checkbox" name="foo" value="1" class="checkbox"/>
Thanx
Dorthe
|