On the Blackberry web browser I have the following image inputs to submit a form:
<input type="image" name="display" value="List" src="layout_imgs/btn_list.png" alt="List" />
<input type="image" name="display" value="Map" src="layout_imgs/btn_map.png" alt="Map" />
It displays the image, clicking submits the form, but it doesn't submit the value for the input. Is there something I'm missing, or does this just straight up not work in Blackberry?