会员等级图标js脚本
生活随笔
收集整理的這篇文章主要介紹了
会员等级图标js脚本
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在工作的時候自己寫的一個仿QQ的會員等級圖標表示方法,全腳本處理,希望能給大家有所小用吧,具體的請看腳本相信大家都能看懂的,很簡單的.
<!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?src="command.js"?type="text/javascript"></script>
</head>
<body>
<script>...
//function?printlevel()
//{
????//var?levels=document.getElementById("level");
????//var?level=levels.value;
????
????//var?level=13;
????//alert(level);
????var?strHtml=printlevels(12);
????document.write(strHtml);//alert(strHtml);
//}
</script>
<br>
</body>
</html>
http://dl2.csdn.net/down4/20070720/20193520820.js請輸入大于10個字符的資源描述請輸入大于10個字符的資源描述請輸入大于10個字符的資源描述
<html?xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta?http-equiv="Content-Type"?content="text/html;?charset=gb2312"?/>
<title>等級打印</title>
<script?src="command.js"?type="text/javascript"></script>
</head>
<body>
<script>...
//function?printlevel()
//{
????//var?levels=document.getElementById("level");
????//var?level=levels.value;
????
????//var?level=13;
????//alert(level);
????var?strHtml=printlevels(12);
????document.write(strHtml);//alert(strHtml);
//}
</script>
<br>
</body>
</html>
http://dl2.csdn.net/down4/20070720/20193520820.js請輸入大于10個字符的資源描述請輸入大于10個字符的資源描述請輸入大于10個字符的資源描述
總結
以上是生活随笔為你收集整理的会员等级图标js脚本的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C语言模拟实现虚拟存储管理(请求分页存储
- 下一篇: SAP与 WebService接口的配置