ÑëÊÓÍø|ÖйúÍøÂçµçÊǪ́|ÍøÕ¾µØͼ |
¿Í·þÉèΪÊ×Ò³ |
ÖйúÍøÂçµçÊǪ́ > ÌåÓý̨ > ÐÂÎÅ×ÊѶ >
·¢²¼Ê±¼ä:2010Äê07ÔÂ14ÈÕ 16:13 | ½øÈëÌåÓýÂÛ̳ | À´Ô´£ºCNTV
2010Äê7ÔÂ17ÈÕ£¬ÑëÊÓ½«²¥³öÌرð½ÚÄ¿¡¶2010Ä갲̤Ìå̳·çÔÆÈËÎï¶þ¼¾¶È¹Û²ì¡·£¬¶øµ±ÈÕÕýÊÇÇ°¹ú¼Ê°Âί»áÖ÷ϯÈøÂíÀ¼ÆæµÄµ®³½¡£ÈøÎÌ×÷Ϊ¡°ÖйúÈËÃñµÄºÃÅóÓÑ¡±£¬°Ñ°ÂÔË»á´øµ½ÁËÖйú£¬Ò²ÈÃÖйúÈËÃñÓÀÔ¶¼ÇסÁËÕâλ´ÈÏé¡¢ºÍ°ªµÄÎ÷°àÑÀÀÏÈË¡£
ÔÚ±¾ÆÚ½ÚÄ¿ÖУ¬½«Ìرð¶ÔÈøÂíÀ¼ÆæÕâλÓÐ×ÅÖйúÇé½áµÄÀÏÈ˽øÐмÍÄî»î¶¯£¬ÍøÓÑ¿ÉÒÔÔÚ´Ë·¢ÌùÎļÍÄîÈøÎÌ£¬±í´ï×Ô¼ºµÄÐÄÇé¡£½ÚÄ¿Öн«¹ö¶¯²¥³öÍøÓѵļÍÄîÌùÎÄ£¬ÐÒÔËÍøÓѵÄÌû×Ó»¹Äܱ»Ö÷³ÖÈËËùÒýÓᣠ>>>ÎÒÒª·¢Ìû¼ÍÄîÈøÂíÀ¼ÆæÀÏÈË
function checkValid843(form){
document.charset="utf-8";
var m_props_length=0 ;
var voteMaxNum = 0;
var totalSelected = 0;
var groupMaxItemsPerVote = 0 ;
if(0 == groupMaxItemsPerVote){
groupMaxItemsPerVote = 100;
}
var groupMinItemsPerVote = 1 ;
var m_items_2128 = document.getElementsByName("items_2128") ;
var len_2128 = 0 ;
for(var i = 0 ; i < m_items_2128.length ; i++){
if(m_items_2128[i].checked == true){
len_2128++ ;
}
}
totalSelected += len_2128;
if((groupMinItemsPerVote == groupMaxItemsPerVote) &&(0 < groupMaxItemsPerVote)){
if(len_2128 != groupMaxItemsPerVote){
alert("¡¾ÄúÈÏΪ˽«»ñµÃ×î¼ÑÄÐÔ˶¯Ô±½±Ï ¡¿ÇëÑ¡Ôñ" + groupMinItemsPerVote + "Ïî") ;
return false;
}
} else if(len_2128 < groupMinItemsPerVote){
alert("¡¾ÄúÈÏΪ˽«»ñµÃ×î¼ÑÄÐÔ˶¯Ô±½±Ï ¡¿ÖÁÉÙÑ¡Ôñ" + groupMinItemsPerVote + "Ïî") ;
return false ;
}else if(0 < groupMaxItemsPerVote){
if(len_2128 > groupMaxItemsPerVote){
alert("¡¾ÄúÈÏΪ˽«»ñµÃ×î¼ÑÄÐÔ˶¯Ô±½±Ï ¡¿×î¶àÖ»ÄÜÑ¡Ôñ" + groupMaxItemsPerVote + "Ïî") ;
return false ;
}
}
for(var j=0; j var lbl="mustValid_"+j; var spanId="mustValidSpan_"+j; var element = document.getElementById(lbl); if(element == null) { break; } else if(!element.value){ var showName = document.getElementById(spanId); alert("ÇëÌîд£º" + showName.innerHTML); element.focus(); delete element; return false; } } if(form.cityId != null){ if(form.cityId.value<0){ alert("ÇëÑ¡ÔñµØÇø"); return false ; } } return true ; } var isBlur = 0; function initCodeImage(){ if(isBlur==0){ changeCodeImage(); } } function changeCodeImage(){ var img = document.getElementById("codeImage"); img.src = "http://app1.vote.cctv.com/css/img/loading.gif"; var url = "http://app2.vote.cctv.com/imageCode.do?isBlur="+(isBlur++); img.src=url; } var m_voteItems_length=4 ; var itemCollection = new Array(m_voteItems_length); for (var i=0;i itemCollection[i] = 0; } //µ¥¸öÑ¡Ïî×î¶àÑ¡ÔñµÄ´ÎÊý var maxVotePerItem = 10; //´Ë´ÎͶƱ×î¶àÔÊÐíÑ¡ÔñµÄ´ÎÊý var maxItemsPerVote = 10 ; var selectedCount = 0; function makeVote843(voteId, groupId, itemId,idx) { itemCollection[idx]++; selectedCount++; if(selectedCount > maxItemsPerVote){ alert("¸Ðл²ÎÓ룬±¾´ÎͶƱ×î¶à¿ÉÒÔͶ"+maxItemsPerVote+"Ʊ£¡"); return false; } else if(itemCollection[idx] > maxVotePerItem){ alert("¸Ðл²ÎÓ룬¸ÃÑ¡Ïî×î¶à¿ÉÒÔͶ"+maxVotePerItem+"Ʊ£¡"); return false; } else { var url = "http://app2.vote.cctv.com/makeClickAction.do?voteId=" + voteId + "&items_" + groupId + "=" + itemId + "&time=" + new Date().getTime(); var img = document.getElementById("vote_iframe_cross_domain843") ; img.src = url ; var countDoc = document.getElementById("voteItem_" + itemId) ; if(countDoc){ if(document.all){//IE var value = parseInt(countDoc.innerText, 10) ; value++ ; countDoc.innerText = value ; }else{//firefox w3c var value = parseInt(countDoc.textContent, 10) ; value++ ; countDoc.textContent = value ; } } } }
a { color:#5D3F14; } a:hover, a:active { text-decoration:underline; } div.md md_2 md_pic { font-size: 14px; color:#5D3F14; } span.item_num { color:#FF7200; } td.item_desc { color:#5D3F14; } input.buttonTT { background:url('http://p4.img.cctvpic.com/votepic/2010/2/1268121442964.jpg') no-repeat scroll left top transparent; border:medium none; color:#FFFFFF; cursor:pointer; font-size:14px; font-weight:bold; height:34px; width:137px; }