<!DOCTYPE html>
<html>
<body>
<form action="form_submit.php" method="get">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br>
<input type="image" src="submit.gif" alt="Submit" style="float:right" width="48" height="48">
<p>This is some text This is some text This is some text This is some text This is some text This is some text This is some text This is some text.</p>
</form>
<p>Click on the image, and the input will be sent to a page on the server called "form_submit.php".</p>
/**代码未完, 请加载全部代码(NowJava.com).**/
本文系作者在时代Java发表,未经许可,不得转载。如有侵权,请联系nowjava@qq.com删除。