账号通
    

账号  

密码  

2140

查看

8

回复
主题:最新版WORD导入与限时开考的BUG,求官方测试 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

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

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2014/1/23 22:35:55   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统
把具体网址发上来试试,我们测试正常。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
科汛官方 当前离线

47268

主题

145

广播

405

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

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2014/1/24 16:45:35   | 显示全部帖子 查看该作者主题 沙发 
做在线知识付费 选科汛云开店

按你说的方式测试,问题存在


解决方法


打开admin/exam/ks.sj.aspx


找到


        <tr>
            <td align="right" class="lefttd" height="30" style="width: 102px"><strong>开考时间限制:</strong></td>
            <td class="righttd">
                <asp:RadioButtonList ID="RdbLimitDate" runat="server"
                    RepeatDirection="Horizontal" AutoPostBack="True"
                    onselectedindexchanged="RdbLimitDate_SelectedIndexChanged" RepeatLayout="Flow">
                        <asp:ListItem Value="1">启用</asp:ListItem>
                        <asp:ListItem Value="0"  Selected="True">不启用</asp:ListItem>
                    </asp:RadioButtonList>
                    <span visible="false" id="beginenddate" runat="server">
                <script>  isHour = 1;</script>
                 有效期:从<asp:TextBox  CssClass="textbox" ID="TxtBeginTime" runat="server" Width="120"></asp:TextBox> 至 <asp:TextBox CssClass="textbox" ID="TxtEndTime" runat="server"  Width="120"></asp:TextBox>
             </span>
               
           </td>
        </tr>      


改成


<tr>
            <td align="right" class="lefttd" height="30" style="width: 102px"><strong>开考时间限制:</strong></td>
            <td class="righttd">
                <asp:RadioButtonList ID="RdbLimitDate" runat="server"  
                    RepeatDirection="Horizontal"  on click="showvaliddate()";
RepeatLayout="Flow">
                        <asp:ListItem Value="1">启用</asp:ListItem>
                        <asp:ListItem Value="0"  Selected="True">不启用</asp:ListItem>
                    </asp:RadioButtonList>
                    <span style="display:none"  id="beginenddate" runat="server"></span>
                    <span style="display:none" id="datearea">
                <script>  isHour = 1;</script>
                 有效期:从<asp:TextBox  CssClass="textbox" ID="TxtBeginTime" runat="server" Width="120"></asp:TextBox> 至 <asp:TextBox CssClass="textbox" ID="TxtEndTime" runat="server"  Width="120"></asp:TextBox>
             </span>
               

               <script>
                   jQuery(document).ready(function () {
                       showvaliddate();
                   });
                   function showvaliddate() {
                       var checkrad = jQuery("#<%=this.RdbLimitDate.ClientID %> :radio[checked]").val();
                       if (checkrad == "1") {
                           jQuery("#datearea").show();
                       } else {
                           jQuery("#datearea").hide();
                       }
                   }
               </script>

           </td>
        </tr>  




上面的on click改成 onclick

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
科汛官方 当前离线

47268

主题

145

广播

405

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

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2014/1/25 11:20:13   | 显示全部帖子 查看该作者主题 藤椅 
科汛在线商城系统(NET)
另外商业版本的正规试卷的添加ks.zgsj.aspx同样按上面方法修改。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.09375秒 powered by KesionCMS 9.0