把图片当成按钮,如
<input name="imageField" type="image" src="login_bg1.jpg" width="1024" height="700" border="0">
点击它就会提交,服务器会得到
imageField_x 和 imageField_y 两个提交的值,就是点击的 x,y 点