成功捷径,贵在坚持
人为善,福虽未至祸已远离; 人为恶,祸虽未至福已远离

<script defer>
function SetPrintSettings() {
// -- advanced features
factory.printing.SetMarginMeasure(2) // measure margins in inches
factory.SetPageRange(false, 1, 3) // need pages from 1 to 3
factory.printing.printer = "HP DeskJet 870C"
factory.printing.copies = 2
factory.printing.collate = true
factory.printing.paperSize = "A4"
factory.printing.paperSource = "Manual feed"

// -- basic features
factory.printing.header = "This is MeadCo"
factory.printing.footer = "Advanced Printing by ScriptX"
factory.printing.portrait = false
factory.printing.leftMargin = 1.0
factory.printing.topMargin = 1.0
factory.printing.rightMargin = 1.0
factory.printing.bottomMargin = 1.0
}
</script>

<script language="javascript">
function printsetup(){
// 打印页面设置
wb.execwb(8,1);
}
function printpreview(){
// 打印页面预览
document.getElementById('button1').style.display='none';
document.getElementById('button2').style.display='none';
document.getElementById('button3').style.display='none';
document.getElementById('button4').style.display='none';
wb.execwb(7,1);
location.reload();

}

function printit()
{
if (confirm('确定打印吗?')) {
wb.execwb(6,6)
}
}
</script>
</head>
<body>
    <OBJECT classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height=0 id=wb name=wb width=0></OBJECT>
    <input type=button name=button_print value="打印" onclick="printit()" id="button1">
    <input type=button name=button_setup value="打印页面设置" onclick="printsetup();" id="button2">
    <input type=button name=button_show value="打印预览" onclick="printpreview();" id="button3">
    <input type=button name=button_fh value="关闭" onclick="javascript:window.close();" id="button4">
    <TABLE width="90%" cellspacing="0" bordercolordark="#CEDAE7" cellpadding="1" align="center" bordercolorlight="#155BBD" border="1">

        <TBODY>
        <THEAD style="display:table-header-group;font-weight:bold">
            <TR>
                <TD width=73 rowspan="2" align="center">
                    &nbsp;专家姓名
                </TD>
                <TD height="31" colspan="4" align="center">
                    &nbsp;次数
                </TD>
            </TR>
            <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=25 onMouseOut="this.bgColor='#CEE5FF'" bgColor=#f2fff4>
                <TD width="147" height=25 bgcolor="#94C0F1" align="center">
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;正常参加
                </TD>
                <TD width="108" height=25 bgcolor="#94C0F1" align="center">
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;拒绝参加
                </TD>
                <TD width="124" height=25 bgcolor="#94C0F1" align="center">
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;未通知
                </TD>
                <TD width="88" height=25 bgcolor="#94C0F1" align="center">
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;总数
                </TD>
            </TR>
        </THEAD>
        <!-- 所有专家 -->
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>
            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000020';" onMouseOut="this.bgColor='#FfffFF'" bgColor=#ffffff>

            <TD>
                <DIV align=center>
                    fsdfs
                </DIV>
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>
            </TD>
            <TD align=center>
                <font color='red'>1</font>
            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000022';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    ggafds
                </DIV>
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>
                <font color='red'>1</font>
            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000029';" onMouseOut="this.bgColor='#FfffFF'" bgColor=#ffffff>

            <TD>
                <DIV align=center>
                    王五
                </DIV>
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>
                <font color='red'>1</font>
            </TD>
            <TD align=center>
                <font color='red'>1</font>
            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000050';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    余敏
                </DIV>
            </TD>
            <TD align=center>
                0
            </TD>
            <TD align=center>

                0
            </TD>
            <TD align=center>

 

 

                <font color='red'>1</font>

 

 

 

 

 

 


            </TD>
            <TD align=center>

 

 

 

 

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000061';" onMouseOut="this.bgColor='#FfffFF'" bgColor=#ffffff>

            <TD>
                <DIV align=center>
                    江泽民
                </DIV>
            </TD>
            <TD align=center>

 

 

 

                0
            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

                <font color='red'>1</font>

 

 

 

 

 


            </TD>
            <TD align=center>

 

 

 

 

 

                <font color='red'>1</font>

 

 

 

 

 

 

 

            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000064';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    袁平1
                </DIV>
            </TD>
            <TD align=center>

 

 

 

                0
            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

                <font color='red'>1</font>

 

 

 

 


            </TD>
            <TD align=center>

 

 

 

 

 

 

                <font color='red'>1</font>

 

 

 

 

 

 

            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000093';" onMouseOut="this.bgColor='#FfffFF'" bgColor=#ffffff>

            <TD>
                <DIV align=center>
                    zzz
                </DIV>
            </TD>
            <TD align=center>

 

 

 

                0
            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

                <font color='red'>1</font>

 

 

 


            </TD>
            <TD align=center>

 

 

 

 

 

 

 

                <font color='red'>1</font>

 

 

 

 

 

            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000112';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    冶金专家1
                </DIV>
            </TD>
            <TD align=center>

 

                <font color='red'>1</font>

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

                <font color='red'>1</font>

 

 

 

 

            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000113';" onMouseOut="this.bgColor='#FfffFF'" bgColor=#ffffff>

            <TD>
                <DIV align=center>
                    冶金专家2
                </DIV>
            </TD>
            <TD align=center>

 

 

 

                0
            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                <font color='red'>1</font>

 

 

 

            </TD>
        </TR>

 

        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>
        <TR onMouseOver="this.bgColor='#94C0F1'" style="CURSOR: hand" height=22 onclick="location='expertInfo.do?exp_id=EP00000002';" onMouseOut="this.bgColor='#CEE5FF'" bgColor=#DAE5F9>

            <TD>
                <DIV align=center>
                    fds
                </DIV>
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 


            </TD>
            <TD align=center>

 

 

                0
            </TD>
            <TD align=center>

 

 

 

 

 

 

 

 

 

                0
            </TD>
            <TD align=center>

                <font color='red'>1</font>

 

 

 

 

 

 

 

 

 

 

 

 

            </TD>
        </TR>


        <!-- 正常参加专家 -->


        <!-- 拒绝专家 -->

        </TBODY>
        <TFOOT style="display:table-footer-group;font-weight:bold">
            <TR>
                <TD colspan="2" align="center" style="font-weight:bold;border:3px double blue">
                    每页都有的表尾
                </TD>
            </TR>
        </TFOOT>
    </TABLE>
</body>

 

posted on 2006-10-13 12:39 选宝网an9 阅读(292) 评论(0)  编辑  收藏 所属分类: WEB-SERVER

只有注册用户登录后才能发表评论。


网站导航: