账号通
    

账号  

密码  

4739

查看

5

回复
主题:[分享]KESIONCMS新闻签收代码,需要的进*_* [收藏主题] 转到:  
任我行 当前离线

6496

主题

191

广播

251

粉丝
添加关注
级别:管理员

用户积分:46050 分
登录次数:4182 次
注册时间:2006/4/26
最后登录:2024/11/21
任我行 发表于:2015/9/9 12:46:33   | 显示全部帖子 查看该作者主题 楼主 
科汛在线考试系统(NET)
要放签收功能的话,以下代码放到模板内容页


<!-------新闻签收代码,如果没有使用此功能请自行删除----------->        
<script>
     var channelid=null;
     var infoid=null;
     jQuery(document).ready(function(){
                   channelid=jQuery("#s_channelid").val();
                   infoid=jQuery("#s_infoid").val();
                      loading(1);
      })
      function loading(p){
                  jQuery("#showSign").load("{$GetInstallDir}plus/dz.qs.asp?infoid="+infoid+"&channelid="+channelid+"&page="+p);
      }


     function SignOk(){
         var signcontent=jQuery("#signcontent").val();
         if (signcontent==''){  
                          $.dialog.alert('请输入签收内容!');
                           return ;
                      }


                      jQuery.ajax({
                       url: "/plus/dz.qs.asp",
                       cache: false,
                       data: "action=savesign&infoid="+infoid+"&channelid="+channelid+"&signcontent="+escape(signcontent),
                       success: function(r){
                             r=unescape(r);
                             var arrobj=r.split('|');

$.dialog.alert(arrobj[1]);
                             loading(1);


                        }


        });
}
</script>


<style>
.about_list{line-height:24px;}
.about_list a{color:#005599;}
.about_list{ padding:10px;}
.about_article img{ padding-right:10px;}
.title{font-weight:bold;color:#006699;font-size:14px;margin-top:10px; margin-bottom:10px;}
.user_name span{ border:#d8d8d8 1px solid;  display:block; float:left; width:95px; height:25px; line-height:25px; overflow:hidden;text-align:center;margin:2px}
.title a:link,.title a:visited{color:#092857;}
</style>
       <div class="otherNews">
           <h2>新闻签收:</h2>
              <div class="about_list">
              <div id="showSign"><Img src="{$GetInstallDir}images/loading.gif"></div>
              <input type="hidden" value="{$InfoID}" id="s_infoid">
              <input type="hidden" value="{$ChannelID}" id="s_channelid">
              </div>
       </div>
<!---------签收代码结束-------->
 
为了您的正当权益,请您通过正规渠道购买正版软件,严厉打击盗版软件! 售前咨询客服QQ:9537636 4000080263科汛官方站:www.kesion.com
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.10938秒 powered by KesionCMS 9.0