js能不能重置某一个<input type="text">的内容
如果可以的话为什么我的代码不能实现,如果不行的话为什么不能实现?<html><head><scripttype="text/javascript">functionfor...
如果可以的话为什么我的代码不能实现,如果不行的话为什么不能实现?
<html>
<head>
<script type="text/javascript">
function formReset()
{
document.getElementById("my").reset()
}
</script>
</head>
<body>
<form>
姓名:<input id="my" type="text" size="20"><br />
年龄:<input type="text" size="20"><br />
</form>
<input type="button" onclick="formReset()" value="重置">
</body>
</html> 展开
<html>
<head>
<script type="text/javascript">
function formReset()
{
document.getElementById("my").reset()
}
</script>
</head>
<body>
<form>
姓名:<input id="my" type="text" size="20"><br />
年龄:<input type="text" size="20"><br />
</form>
<input type="button" onclick="formReset()" value="重置">
</body>
</html> 展开
6个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询