一个html页面中怎么添加文本框
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script language="javascript" type="text/javascript">
function valueInfo()
{
var result=document.getElementById('subject').value;
var result1=document.getElementById('aa').value;
document.getElementById('aa').value=result+result1;
//alert(result);
}
</script>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<select id="subject" onchange="valueInfo()">
<option>必须选择</option>
<option value="您好">您好</option>
<option value="北京">北京</option>
<option value="中国">中国</option>
</select></td>
</tr>
</table>
<form id="form1" name="form1" method="post" action="">
<label>
<textarea name="message" cols="60" rows="15" class=autosave id="aa"></textarea>
</label>
</form>
</body>
</html>
这样可以了,不过不是很好,还有待改进。
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script language="javascript" type="text/javascript">
function valueInfo()
{
var result=document.getElementById('subject').value;
var result1=document.getElementById('aa').value;
document.getElementById('aa').value=result+result1;
//alert(result);
}
</script>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<select id="subject" onchange="valueInfo()">
<option>必须选择</option>
<option value="您好">您好</option>
<option value="北京">北京</option>
<option value="中国">中国</option>
</select></td>
</tr>
</table>
<form id="form1" name="form1" method="post" action="">
<label>
<textarea name="message" cols="60" rows="15" class=autosave id="aa"></textarea>
</label>
</form>
</body>
</html>
这样可以了,不过不是很好,还有待改进。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询