BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <form action="demo-form.php"> First name: <input name="fname" type="text"><br> Last name: <input name="lname" type="text"><br> <input alt="Submit" height="48" src="img_submit.gif" type="image" width="48"> </form> <p><b>注意:</b> 点击激活图片按钮 input type="image" 会发送 X 和 Y 坐标到服务端</p> </body> </html>
运行结果