<html>
<body>
<form name="input" action="action.asp" method="get">
Enter your first name:
<input type="text" name="Fi rstName" value="Mickey">
<br>Enter your last name:
<input type="text" name=" LastName" value="Mouse">
<br>
<input type="submit" value="Submit">
<input type="reset" valu e="reset" name="rs">
</form>
<p>
If you click the "Submit" button, you will send your input to a new page called
action.asp.
</p>
</body>
</html>
<form name="input" action="action.asp" method="get">求大神解释这句话什么意思
答案:2 悬赏:20 手机版
解决时间 2021-03-22 00:44
- 提问者网友:戎马万世
- 2021-03-21 12:51
最佳答案
- 五星知识达人网友:人類模型
- 2021-03-21 13:01
If you click the "Submit" button, you will send your input to a new page called
action.asp.
就说明了<form name="input" action="action.asp" method="get">
提交form到action.asp这里处理,提交方法是get
action.asp.
就说明了<form name="input" action="action.asp" method="get">
提交form到action.asp这里处理,提交方法是get
全部回答
- 1楼网友:空山清雨
- 2021-03-21 13:50
if you click the "submit" button, you will send your input to a new page called
action.asp.
就说明了
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯