用星投票的示例(无图片) - 51windows.Net
51windows.Net
>
脚本收藏
>
例子类
> 用星投票的示例(无图片)
用星投票的示例(无图片)
<html> <head> <title>用星投票的示例(无图片) - 51windows.Net</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body> <SCRIPT LANGUAGE="JavaScript"> <!-- var nowindex = 1; //默认几个星 var startnum = 10; //星的个数 var selectedcolor = "red"; //选上的颜色 var uselectedcolor = "gray";//未选的颜色 function _$(id) { return document.getElementById(id); } function setstar(index) { for(var i=1;i<=index;i++){ _$("s"+i).style.color=selectedcolor; _$("s"+i).style.cursor="hand"; } for(var i=(index+1);i<=startnum;i++){ _$("s"+i).style.color=uselectedcolor; _$("s"+i).style.cursor="hand"; } } function initstar() { for(var i=1;i<=startnum;i++){ document.write('<span id="s'+i+'" onclick="clickstar('+i+')" title="'+i+'星" onmouseout="setstar(nowindex)" onmouseover="setstar('+i+')">★</span>'); } setstar(nowindex) } function clickstar(index) { alert(index+"星"); } //--> </SCRIPT> <div style="font-size:48pt;"> <SCRIPT LANGUAGE="JavaScript"> <!-- initstar() //--> </SCRIPT> </div> </body> </html>
网站推荐:
虎的笑话
虎的成语
虎的歇后语
在线小游戏
成语排行榜
歇后语排行榜
中华五千年
文革图片
转载本站内容,请务必保留原作者信息。
本站提供的内容部分是在网上搜集,如果侵犯了您的版权,请告之,我们会删除内容或加上您的信息。(
网站留言
、
站内搜索
)