摘要:
protectedvoidrptActiveCodesOfGame_ItemDataBound(objectsender,RepeaterItemEventArgse){DropDownListddl=e.Item.FindControl("ddlSelectServer")asDropDownList;if(ddl!=null){List<GameActiveCodeInfo>tempList=newList<GameActiveCodeInfo>();GameActiveCodeInfog=e.Item.DataItemasGameActiveC 阅读全文
摘要:
<scripttype="text/javascript">varGameActiveCode={pbatchId:0,GetActiveCodeDetail:function(controlId,spanNameShort){varddlBatchId=document.getElementById(controlId).valuevarcallBack=function(resultContent){if(resultContent!=null){varspanId="lbPrizeContent"+spanNameShort;docum 阅读全文
摘要:
CopyToClipboard: function(gameShortCopy) { //复制到剪切板 var copyContentId = "jhm_content" + gameShortCopy; var clipBoardContent = document.getElementById(copyContentId).innerHTML; if (window.clipboardData) { window.clipboardData.setData("Text", clipBoardContent); alert("文字已经复制到您 阅读全文