html代码问题,页面有一个按钮和一个文本框,我想点击按钮后文本框就=“点击了”。请问代码要怎么写?谢

基础代码如下,请修改:<htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-T... 基础代码如下,请修改:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
<label for="001">textbox1</label>
<input type="text" name="001" id="001" />
button1
<input type="button" name="002" id="002" value="提交" />
</form>

</body>
</html>
展开
 我来答
匿名用户
2014-11-11
展开全部
<input type="button" name="002" id="002" value="提交" onclick="this.value='点击了'" />
追问
是要文本框的值=“点击了”
this.value的this要改成什么?谢谢
l460660436
2014-11-11 · TA获得超过369个赞
知道小有建树答主
回答量:445
采纳率:100%
帮助的人:203万
展开全部
<input type="button" name="002" id="002" value="提交" onclick="document.getElementById('001').value='文字';" />
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式