首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

哪位高手帮小弟我把这段用JS改写,给50分,如果不够,再++,小弟我JS实在是太烂了

2012-02-23 
谁帮我把这段用JS改写,给50分,如果不够,再++,我JS实在是太烂了TABLEcellSpacing0cellPadding0width810

谁帮我把这段用JS改写,给50分,如果不够,再++,我JS实在是太烂了
<TABLE   cellSpacing=0   cellPadding=0   width=810   align=center   bgColor=#ffffff  
border=0>
    <TBODY>
    <TR>
        <TD   width=15> &nbsp; </TD>
        <TD> <BR> </TD>
        <TD   width=15> &nbsp; </TD> </TR>
    <TR>
        <TD   height= "61 "> &nbsp; </TD>
        <TD>
            <TABLE   cellSpacing=0   cellPadding=0   width= "100% "   align=center   border=0>
                <TBODY>
                <TR   bgColor=#fab056>
                    <TD   colSpan=3   height=25>
                        <DIV   class=white_link_9  
                        align=center> <STRONG> 其他相同类型教员信息及推荐教员信息 </STRONG> </DIV> </TD> </TR>
                <TR   bgColor=#ffffff>
                    <TD   colSpan=3   height=1> </TD> </TR>
                <TR>
                    <TD   vAlign=top   width= "49% "   height=35>
                        <TABLE   cellSpacing=0   cellPadding=0   width= "98% "   border=0>
                            <TBODY>
                            <TR>
                                <TD   width= "27% "   height=10> </TD> </TR> </TBODY> </TABLE>




                        <TABLE   cellSpacing=0   cellPadding=0   width= "100% "   border=0>

                            <TBODY>
                            <TR   onMouseOver= "this.style.background= '#C4F1FF ' "  
                            onmouseout= "this.style.background= '#FfFfFf ' ">
                                <TD   width=33   height=24>
                                    <DIV   align=center> <IMG   height=14  
                                    src= "../../../images/te5.gif "  


                                width=15> </DIV> </TD>
                                <TD   vAlign=bottom   width=36>
                                    <DIV   align=left> DOK$TeacherID$ </DIV> </TD>
                                <TD   vAlign=bottom   width=49>
                                    <DIV   align=left> $FirstName$ </DIV> </TD>
                                <TD   vAlign=bottom   width=114>
                                    <DIV   align=center> $Indentity$   </DIV> </TD>
                                <TD   vAlign=bottom   width=72>
                                    <DIV   align=left> $LoginTime$ </DIV> </TD>
                                <TD   vAlign=bottom   width=78>
                                    <DIV   align=left> <A   class=buleo2_link_9   href= "teacher_info.asp?TeacherID=$TeacherID$ "> 查看简历 </A> </DIV> </TD> </TR>    
                            <TR>
                                <TD   background=../../../images/broken_line_2.gif  
                                colSpan=7> </TD> </TR> </TBODY> </TABLE>
</TD>
                    <TD   vAlign=center>
                        <TABLE   height=100%   cellSpacing=0   cellPadding=0   width=1   align=center  
                        bgColor=#cccccc   border=0>
                            <TBODY>
                            <TR>
                                <TD   height= "34 "> </TD>
                            </TR> </TBODY> </TABLE> </TD>
                    <TD   vAlign=top   width= "49% "   height=35>


                        <TABLE   cellSpacing=0   cellPadding=0   width= "98% "   border=0>
                            <TBODY>
                            <TR>
                                <TD   width= "27% "   height=10> </TD> </TR> </TBODY> </TABLE>
<TABLE   cellSpacing=0   cellPadding=0   width= "100% "   border=0>
                            <TBODY>
                            <TR   onMouseOver= "this.style.background= '#C4F1FF ' "  
                            onmouseout= "this.style.background= '#FfFfFf ' ">
                                <TD   width=31   height=24>
                                    <DIV   align=center> <IMG   height=14  
                                    src= "../../../images/te5.gif "  
                                width=15> </DIV> </TD>
                                <TD   vAlign=bottom   width=44>
                                    <DIV   align=left> DOK$TeacherID$   </DIV> </TD>
                                <TD   vAlign=bottom   width=50>
                                    <DIV   align=left> $RealName$   </DIV> </TD>
                                <TD   vAlign=bottom   width=96> &nbsp;&nbsp;&nbsp;$Indentity$   </TD>
                                <TD   vAlign=bottom   width=75>
                                    <DIV   align=left> $LoginTime$   </DIV> </TD>
                                <TD   vAlign=bottom   width=86>
                                    <DIV   align=left> <A   class=buleo2_link_9  
                                    href= "teacher_info.asp?TeacherID=$TeacherID$ "> 查看简历 </A> </DIV> </TD> </TR>


                            <TR>
                                <TD   height=1> </TD>
                                <TD   background=../../../images/broken_line_2.gif  
                                colSpan=7> </TD> </TR> </TBODY> </TABLE>
    </TD>
                </TR> </TBODY> </TABLE> </TD>
        <TD> &nbsp; </TD> </TR> </TBODY> </TABLE>

[解决办法]
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=810 align=center bgColor=#ffffff ");
document.writeln( "border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD width=15> &nbsp; <\/TD> ");
document.writeln( " <TD> <BR> <\/TD> ");
document.writeln( " <TD width=15> &nbsp; <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD height=\ "61\ "> &nbsp; <\/TD> ");
document.writeln( " <TD> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "100%\ " align=center border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR bgColor=#fab056> ");
document.writeln( " <TD colSpan=3 height=25> ");
document.writeln( " <DIV class=white_link_9 ");
document.writeln( " align=center> <STRONG> 其他相同类型教员信息及推荐教员信息 <\/STRONG> <\/DIV> <\/TD> <\/TR> ");
document.writeln( " <TR bgColor=#ffffff> ");
document.writeln( " <TD colSpan=3 height=1> <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD vAlign=top width=\ "49%\ " height=35> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "98%\ " border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD width=\ "27%\ " height=10> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " ");
document.writeln( " ");
document.writeln( " ");
document.writeln( " ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "100%\ " border=0> ");
document.writeln( " ");
document.writeln( " <TBODY> ");
document.writeln( " <TR onMouseOver=\ "this.style.background=\ '#C4F1FF\ '\ " ");
document.writeln( " onmouseout=\ "this.style.background=\ '#FfFfFf\ '\ "> ");
document.writeln( " <TD width=33 height=24> ");
document.writeln( " <DIV align=center> <IMG height=14 ");


document.writeln( " src=\ "..\/..\/..\/images\/te5.gif\ " ");
document.writeln( " width=15> <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=36> ");
document.writeln( " <DIV align=left> DOK$TeacherID$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=49> ");
document.writeln( " <DIV align=left> $FirstName$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=114> ");
document.writeln( " <DIV align=center> $Indentity$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=72> ");
document.writeln( " <DIV align=left> $LoginTime$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=78> ");
document.writeln( " <DIV align=left> <A class=buleo2_link_9 href=\ "teacher_info.asp?TeacherID=$TeacherID$\ "> 查看简历 <\/A> <\/DIV> <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD background=..\/..\/..\/images\/broken_line_2.gif ");
document.writeln( " colSpan=7> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " <\/TD> ");
document.writeln( " <TD vAlign=center> ");
document.writeln( " <TABLE height=100% cellSpacing=0 cellPadding=0 width=1 align=center ");
document.writeln( " bgColor=#cccccc border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD height=\ "34\ "> <\/TD> ");
document.writeln( " <\/TR> <\/TBODY> <\/TABLE> <\/TD> ");
document.writeln( " <TD vAlign=top width=\ "49%\ " height=35> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "98%\ " border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD width=\ "27%\ " height=10> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "100%\ " border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR onMouseOver=\ "this.style.background=\ '#C4F1FF\ '\ " ");
document.writeln( " onmouseout=\ "this.style.background=\ '#FfFfFf\ '\ "> ");
document.writeln( " <TD width=31 height=24> ");
document.writeln( " <DIV align=center> <IMG height=14 ");
document.writeln( " src=\ "..\/..\/..\/images\/te5.gif\ " ");
document.writeln( " width=15> <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=44> ");
document.writeln( " <DIV align=left> DOK$TeacherID$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=50> ");


document.writeln( " <DIV align=left> $RealName$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=96> &nbsp;&nbsp;&nbsp;$Indentity$ <\/TD> ");
document.writeln( " <TD vAlign=bottom width=75> ");
document.writeln( " <DIV align=left> $LoginTime$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=86> ");
document.writeln( " <DIV align=left> <A class=buleo2_link_9 ");
document.writeln( " href=\ "teacher_info.asp?TeacherID=$TeacherID$\ "> 查看简历 <\/A> <\/DIV> <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD height=1> <\/TD> ");
document.writeln( " <TD background=..\/..\/..\/images\/broken_line_2.gif ");
document.writeln( " colSpan=7> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " <\/TD> ");
document.writeln( " <\/TR> <\/TBODY> <\/TABLE> <\/TD> ");
document.writeln( " <TD> &nbsp; <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " ")
[解决办法]
呵呵,努力了
[解决办法]
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=810 align=center bgColor=#ffffff ");
document.writeln( "border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD width=15> &nbsp; <\/TD> ");
document.writeln( " <TD> <BR> <\/TD> ");
document.writeln( " <TD width=15> &nbsp; <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD height=\ "61\ "> &nbsp; <\/TD> ");
document.writeln( " <TD> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "100%\ " align=center border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR bgColor=#fab056> ");
document.writeln( " <TD colSpan=3 height=25> ");
document.writeln( " <DIV class=white_link_9 ");
document.writeln( " align=center> <STRONG> 其他相同类型教员信息及推荐教员信息 <\/STRONG> <\/DIV> <\/TD> <\/TR> ");
document.writeln( " <TR bgColor=#ffffff> ");
document.writeln( " <TD colSpan=3 height=1> <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD vAlign=top width=\ "49%\ " height=35> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "98%\ " border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD width=\ "27%\ " height=10> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " ");
document.writeln( " ");


document.writeln( " ");
document.writeln( " ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "100%\ " border=0> ");
document.writeln( " ");
document.writeln( " <TBODY> ");
document.writeln( " <TR onMouseOver=\ "this.style.background=\ '#C4F1FF\ '\ " ");
document.writeln( " onmouseout=\ "this.style.background=\ '#FfFfFf\ '\ "> ");
document.writeln( " <TD width=33 height=24> ");
document.writeln( " <DIV align=center> <IMG height=14 ");
document.writeln( " src=\ "..\/..\/..\/images\/te5.gif\ " ");
document.writeln( " width=15> <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=36> ");
document.writeln( " <DIV align=left> DOK$TeacherID$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=49> ");
document.writeln( " <DIV align=left> $FirstName$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=114> ");
document.writeln( " <DIV align=center> $Indentity$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=72> ");
document.writeln( " <DIV align=left> $LoginTime$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=78> ");
document.writeln( " <DIV align=left> <A class=buleo2_link_9 href=\ "teacher_info.asp?TeacherID=$TeacherID$\ "> 查看简历 <\/A> <\/DIV> <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD background=..\/..\/..\/images\/broken_line_2.gif ");
document.writeln( " colSpan=7> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " <\/TD> ");
document.writeln( " <TD vAlign=center> ");
document.writeln( " <TABLE height=100% cellSpacing=0 cellPadding=0 width=1 align=center ");
document.writeln( " bgColor=#cccccc border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD height=\ "34\ "> <\/TD> ");
document.writeln( " <\/TR> <\/TBODY> <\/TABLE> <\/TD> ");
document.writeln( " <TD vAlign=top width=\ "49%\ " height=35> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "98%\ " border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR> ");
document.writeln( " <TD width=\ "27%\ " height=10> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " <TABLE cellSpacing=0 cellPadding=0 width=\ "100%\ " border=0> ");
document.writeln( " <TBODY> ");
document.writeln( " <TR onMouseOver=\ "this.style.background=\ '#C4F1FF\ '\ " ");
document.writeln( " onmouseout=\ "this.style.background=\ '#FfFfFf\ '\ "> ");


document.writeln( " <TD width=31 height=24> ");
document.writeln( " <DIV align=center> <IMG height=14 ");
document.writeln( " src=\ "..\/..\/..\/images\/te5.gif\ " ");
document.writeln( " width=15> <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=44> ");
document.writeln( " <DIV align=left> DOK$TeacherID$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=50> ");
document.writeln( " <DIV align=left> $RealName$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=96> &nbsp;&nbsp;&nbsp;$Indentity$ <\/TD> ");
document.writeln( " <TD vAlign=bottom width=75> ");
document.writeln( " <DIV align=left> $LoginTime$ <\/DIV> <\/TD> ");
document.writeln( " <TD vAlign=bottom width=86> ");
document.writeln( " <DIV align=left> <A class=buleo2_link_9 ");
document.writeln( " href=\ "teacher_info.asp?TeacherID=$TeacherID$\ "> 查看简历 <\/A> <\/DIV> <\/TD> <\/TR> ");
document.writeln( " <TR> ");
document.writeln( " <TD height=1> <\/TD> ");
document.writeln( " <TD background=..\/..\/..\/images\/broken_line_2.gif ");
document.writeln( " colSpan=7> <\/TD> <\/TR> <\/TBODY> <\/TABLE> ");
document.writeln( " <\/TD> ");
document.writeln( " <\/TR> <\/TBODY> <\/TABLE> <\/TD> ");
document.writeln( " <TD> &nbsp; <\/TD> <\/TR> <\/TBODY> <\/TABLE> ")
[解决办法]
http://www.hao123.com/haoserver/jstohtm.htm

热点排行