我的贝宝表格是:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="hosted_button_id" value="BZDFVPOK8XKQ">
<input type="hidden" name="on0" value="Size">
<input type="hidden" name="cmd" value="_s-xclick">
<select name="os0">
<option>Please Select</option>
<option value="small">small</option>
<option value="medium">medium</option>
<option value="large">large</option>
</select>
<input type="image" src="images/buyitnow.png" style="width:100px; height:30px; padd" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
</form>
我想将下拉菜单更改为 3 张图像 S、M、L,以便用户可以选择图像,而不必从下拉菜单中进行选择。这可能吗