js-下列代码,有许多已经设置居中了,但是还是居左,怎么回事?求大神指出,帮忙改正,谢谢

问题描述

下列代码,有许多已经设置居中了,但是还是居左,怎么回事?求大神指出,帮忙改正,谢谢

下列代码,有许多已经设置居中了,但是还是居左,怎么回事?求大神指出,帮忙改正,谢谢

<%@page contentType="text/html;  charset=UTF-8" import="java.util.*" %>
<%@ page import="com.sysgrrj.common.PagerCommon" %>
<%@  taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
    <jsp:include page='/res/inc/inc.jsp' flush='true'/>
</head>
<body>
<s:form action="Add" id="form1" name="form1" theme="simple">
    <jsp:include page='/res/inc/inc_form_List.jsp' flush='true'/>
    <script type="text/javascript">
        function doAction(action) {
            if ("add" == action) {
                var url = '/Module/TrainingOrCompetition/Add.action?iframeId=' +<s:property value="iframeId"/>;
                window.parent.openWinEdit(this, '训练或比赛', url, 0, 0);

            } else {
                var selectIds = "";
                var arryObj = document.getElementsByName("selId");
                var count = 0;
                for (var i = 0; i < arryObj.length; i++) {
                    if (typeof arryObj[i].type != "undefined" && arryObj[i].type == "checkbox") {
                        if (arryObj[i].checked) {
                            selectIds = selectIds + arryObj[i].value + ",";
                            count = count + 1;
                        }
                    }
                }

                if ("update" == action) {
                    if (count == 0 || 1 < count) {
                        alert('请先选择一条记录');
                        return false;
                    }
                    selectIds = selectIds.substring(0, selectIds.length - 1);
                    var url = '/Module/TrainingOrCompetition/Edit.action?id=' + selectIds + '&iframeId=' +<s:property value="iframeId"/>;
                    window.parent.openWinEdit(this, '训练或比赛', url, 0, 0);

                }
                else if ("del" == action) {
                    if (count == 0) {
                        alert('请先选择一条记录');
                        return false;
                    }

                    if (confirm("是否确认删除?")) {

                        selectIds = selectIds.substring(0, selectIds.length - 1);
                        document.getElementById("ids").value = selectIds;
                        document.getElementById("form1").action = "Delete";
                        document.getElementById("form1").submit();
                        return true;
                    }
                    else {
                        return false;
                    }

                }
            }

        }
        //        if ("update" == action) {
        //
        //            var arryObj = document.getElementsByName("selId");
        //            var count = 0;
        //            for (var i = 0; i < arryObj.length; i++) {
        //                if (typeof arryObj[i].type != "undefined" && arryObj[i].type == "checkbox") {
        //                    if (arryObj[i].checked) {
        //                        selectIds = selectIds + "" + arryObj[i].value + ",";
        //                        count = count + 1;
        //                    }
        //                }
        //            }
        //            if (count == 0 || 1 < count) {
        //                alert('请先选择一条记录');
        //                return false;
        //            }
        //
        //
        //            alert(count);
        //        } else if ("del" == action) {
        //
        //            var arryObj = document.getElementsByName("selId");
        //            var count = 0;
        //            for (var i = 0; i < arryObj.length; i++) {
        //                if (typeof arryObj[i].type != "undefined" && arryObj[i].type == "checkbox") {
        //                    if (arryObj[i].checked) {
        //                        selectIds = selectIds + "" + arryObj[i].value + ",";
        //                        count = 1;
        //                    }
        //                }
        //            }
        //            if (count == 0) {
        //                alert('请先选择一条记录');
        //                return false;
        //            }
        //
        //            if (confirm("是否删除")) {
        //                return true;
        //            }
        //            else {
        //                return false;
        //            }
        //        }

        //        var arryObj = document.getElementsByName("selId");
        //        var count = 0;
        //        for (var i = 0; i < arryObj.length; i++) {
        //            if (typeof arryObj[i].type != "undefined" && arryObj[i].type == "checkbox") {
        //                if (arryObj[i].checked) {
        //                    selectIds = selectIds + "" + arryObj[i].value + ",";
        //                    //alert(selectIds);
        //                    count = 1;
        //                }
        //            }
        //        }
        //        if (count == 0) {
        //            alert('请先选择一条记录');
        //            return false;
        //        }
        //        else {
        //
        //            if (action == 3) {
        //                var str = '/Module/Ddmxkaipiao/List.action?selectIds=' + selectIds + '&dingdanIdInfo=' + document.getElementById("form1_dingdanIdInfo").value;
        //                //alert(str);
        //                window.parent.addt('kp' + selectIds, '开  票', str);
        //
        //                return true;
        //
        //            }
        //            if (action == 1) {
        //                if (confirm("是否删除")) {
        //                    return true;
        //                }
        //                else {
        //                    return false;
        //                }
        //            }
        //            return false;
        //        }
        //    }
    </script>

    <div class="buttonDiv">
        <input type="button" class="button_style_add" onclick="return doAction('add')"/>
        <input type="button" class="button_style_edit" onclick="return doAction('update')"/>
        <input type="button" class="button_style_del" onclick="return doAction('del')"/>
    </div>
    <div class="validatemsg">
        <s:actionerror/>
        <s:fielderror/>
        <s:actionmessage/>
    </div>

    <table width="100%" class="listext" id="table1">
        <tr>
            <TH colspan="13" style="background:  #EBEBEB;height: 35px"> 训练或比赛</TH>
        </tr>
        <tr>

            <TH width="11"><s:checkbox id="doAllSele" value="" onclick="selectAll()" name="doAllSele"></s:checkbox></TH>
            <TH width="30"> 序号</TH>
            <TH>名称</TH>
            <TH>日期</TH>
            <TH>添加人</TH>
            <TH>分类</TH>
            <TH>生产线设置</TH>
            <TH>厂房设置</TH>
            <TH>市场开拓管理 </TH>
             <TH>ISO资格认证设置</TH>
             <TH>原料设置</TH>
            <TH>产品研发设置</TH>
             <TH>其他参数设置</TH>
        </tr>

        <s:iterator value="trainingOrCompetitionList" status="st" var="cil">
            <TR >
                <TD><input type="checkbox" name="selId" id="selId" value="<s:property value="id"/>"/></TD>
                <TD align="center"><s:property value='#st.index+1'/></TD>
                <TD><s:property value="mingCheng"/></TD>
                <TD><s:date name="riQi" format="yyyy-MM-dd"/></TD>
                <TD><s:property value="userName"/></TD>
                <TD><s:property value="fenLei"/></TD>
                <TD class="tdStyle" align="center">
             <a href="javascript:window.parent.addt('1<s:property value="id"/>','<s:property value="mingCheng"/>生产线设置','/Module/SCXSZ/List.action?TrainingOrCompetitionID=<s:property value="id"/>')" >生产线设置</a>
           </TD>
                <TD class="tdStyle" align="center">
             <a href="javascript:window.parent.addt('2<s:property value="id"/>','<s:property value="mingCheng"/>厂房设置','/Module/ChangFangSheZhi/List.action?TrainingOrCompetitionID=<s:property value="id"/>')" >厂房设置</a>
           </TD>
                <TD class="tdStyle" align="center">
             <a href="javascript:window.parent.addt('3<s:property value="id"/>','<s:property value="mingCheng"/>市场开拓管理','/Module/SCKTGL/List.action?TrainingOrCompetitionID=<s:property value="id"/>')" >市场开拓管理</a>
           </TD>
                 <TD class="tdStyle" align="center">
             <a href="javascript:window.parent.addt('4<s:property value="id"/>','<s:property value="mingCheng"/>ISO资格认证设置','/Module/ISOZGRZSZ/List.action?TrainingOrCompetitionID=<s:property value="id"/>')" >ISO资格认证设置</a>
           </TD>

              <TD class="tdStyle" align="center"><a href="javascript:window.parent.addt('5<s:property value="id"/>','<s:property value="mingCheng"/>原料设置 ','/Module/YuanLiaoSheZhi/List.action?TrainingOrCompetitionID=<s:property value="id"/>')" >原料设置</a></TD>

                 <TD class="tdStyle" align="center">
             <a href="javascript:window.parent.addt('6<s:property value="id"/>','<s:property value="mingCheng"/>产品研发设置 ','/Module/CPYFSZ/List.action?TrainingOrCompetitionID=<s:property value="id"/>')" >产品研发设置</a>
           </TD>
                <TD class="tdStyle" align="center">
             <a href="javascript:window.parent.addt('7<s:property value="id"/>','<s:property value="mingCheng"/>其他参数设置 ','/Module/QTCSSZ/getByTrainingOrCompetitionID.action?TrainingOrCompetitionID=<s:property value="id"/>')" >其他参数设置</a>
           </TD>

            </TR>
        </s:iterator>

    </table>

</s:form>
<% out.print(PagerCommon.getHtmlPage("./List.action", request)); %>

</body>
</html> 

解决方案

class="tdStyle" 是否是对tdStyle写了css样式

解决方案二:

class="tdStyle" 是否是对tdStyle写了css样式

解决方案三:

tdStyle 写了什么样式?

解决方案四:

我运行你的代码都是居中啊

时间: 2025-01-27 05:52:41

js-下列代码,有许多已经设置居中了,但是还是居左,怎么回事?求大神指出,帮忙改正,谢谢的相关文章

c语言-C++代码改成C语言代码,没学过C++好多看不懂啊(泪奔······)求大神指点,我用的VC6.0

问题描述 C++代码改成C语言代码,没学过C++好多看不懂啊(泪奔······)求大神指点,我用的VC6.0 代码如下, #include "winsock2.h" #include "Winsnmp.h" #include 这里是string以下都要用 < 和 > 括起来(不知为何不显示=,=) #include vector #include algorithm #include iostream #pragma comment(lib,"

js排序时因为tbody中有2个TR,所以排序不成功,求大神帮忙处理下(已哭)

问题描述 js排序时因为tbody中有2个TR,所以排序不成功,求大神帮忙处理下(已哭) JS: /转换器,将列的字段类型转换为可以排序的类型:String,int,float function convert(sValue, sDataType) { //(值,类型(int ,date ,float,String)) switch(sDataType) { //选择类型 case "int": return parseInt(sValue); //返回int型 case "

javascrip-一个JS小程序出现了超级奇怪的bug,实在找不到问题求大神支招

问题描述 一个JS小程序出现了超级奇怪的bug,实在找不到问题求大神支招 <!DOCTYPE html><html><head> <title>Hello World</title> <link rel=""stylesheet"" type=""text/css"" href=""Marion.css""> <

jquery js 前端-var rdp = rdp = {};为什么声明需要用到两个=号;求大神解释一下,谢谢!!

问题描述 var rdp = rdp = {};为什么声明需要用到两个=号:求大神解释一下,谢谢!! 一般声明赋值一个变量,都只是一个=号,就像var rdp=5: 可是突然一下子两个=号,就困惑了:var rdp = rdp = {},求大神解答下, 最好能给举个例子,万分感谢!!!! 解决方案 js里面var a=b={}是定义两个变量a和b,并都初始化为{},是var a={}, b={}的简写.如果两个变量名相同,像你里面两个都是rdp就没必要了. 解决方案二: 你等号前后是同一个变量名

求大神帮助帮忙看一下这一段javascript代码问题

问题描述 求大神帮助帮忙看一下这一段javascript代码问题 var _hmt = _hmt || [];(function() { var hm = document.createElement(""script ""); hm.src = ""//hm.baidu.com/hm.js?5eb7a95a1a0d26c6eb4960fba4a63ee7 ""; var s = document.getElementsByT

两个SufView在同一个界面进行切换,设置了好多属性,下层的View就是显示不出来,求大神帮帮忙

问题描述 两个SufView在同一个界面进行切换,设置了好多属性,下层的View就是显示不出来,求大神帮帮忙 切换的时候明明设置了 videoView.setZOrderOnTop(true); videoView.setZOrderMediaOverlay(true); //videoView.bringToFront(); videoViewSmall.setZOrderMediaOverlay(false); videoViewSmall.setZOrderOnTop(false); 为什

jsp-JSP传给action的是字符串类型,转换数据类型,让getlist()接收,求大神帮帮忙写下代码

问题描述 JSP传给action的是字符串类型,转换数据类型,让getlist()接收,求大神帮帮忙写下代码 JSP传给action的是字符串类型,怎么转换数据类型,然后让getlist()接收,求各位大神帮帮忙写下代码~ 如果能够给解释一下,那就千恩万谢啦 解决方案 可以通过强制转换在前面加上int 解决方案二: gongWenLeiBieList = dao.getList(Integer.parseInt(mingCheng));

qtcreator-为什么ubuntu Qtcreator 工具链不能够设置,求大神们帮忙看看

问题描述 为什么ubuntu Qtcreator 工具链不能够设置,求大神们帮忙看看 解决方案 自己顶顶,这到底是怎么回事啊 解决方案二: gcc环境有没有装到系统目录.看上去找不到,所以灰掉了 解决方案三: gcc编译器路径安装不对 解决方案四: sudo apt-get install build-essential 解决方案五: 求大神们帮帮忙啊,小弟不胜感激

struct-自己编的c语言建立二叉树的代码,运行时出错了,自己找不到错误,求大神帮忙,指点,急.

问题描述 自己编的c语言建立二叉树的代码,运行时出错了,自己找不到错误,求大神帮忙,指点,急. 自己编的c语言建立二叉树的代码,运行时出错了,自己找不到错误,求大神帮忙,指点,急. #include #include typedef struct tnode Tnode; struct tnode { Tnode *left; Tnode *right; int data; }; Tnode *new_tnode(int data) { Tnode *new = malloc(sizeof(Tn