日期:2014-05-16 浏览次数:20349 次
<!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=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.yahei{ font-family:微软雅黑;}
.yayuan{ font-family:浪漫雅圆;}
.songti{ font-family:宋体;}
</style>
<script type="text/javascript">
function ChangeColor(obj){
if(obj.value!=""){
document.body.className=obj.value;
}
}
</script>
</head>
<body>
<select id="selColor" onchange="ChangeColor(this)">
<option value="">请选择</option>
<option value="yahei">微软雅黑</option>
<option value="yayuan">浪漫雅圆</option>
<option value="songti">宋体</option>
</select>
<p>字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体字体<p>
</body>
</html>