心情 天空

 




 










访




R
S
S

我的 Blog:
jybbh 最新的 20 条日志
[Ken的日志]
[工作心得]
[编程相关]
[潮汕文化]
[计算机相关]
[WEB相关]
[JAVA相关]
[Eclipse相关]
[Tomcat相关]
[SQL]
全站 Blog:
全站最新的 20 条日志

通过js改变text的颜色

   WEB相关2005-6-22 10:26
<!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>
<script language="javascript" type="text/javascript">
function setColorChange(color)
{
document.getElementById("txtMax").style.background=color;
document.getElementById("txtMax").style.color="yellow";
}
</script>
</head>
<input type="text" name="txtId" id="txtMax" maxlength="6" value="2513" />
<input type="text" name="txtName" maxlength="6" value="Ken" />
<a href="#" onclick="javascript:setColorChange('blue')">colorChangeBlue</a>
<a href="#" onclick="javascript:setColorChange('red')">colorChangeRed</a>
<body>
</body>
</html>
标签集:TAGS:
回复Comments()点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}
 

Copyright 2004 酷酷小家园   Powered by 5dblog