看生成后的HTML页面代码啊 

解决方案 »

  1.   

    查看页面的源文件,看看里面的代码会不会显示这些内容:<td> 
        <html:select property="language" value="${Language_Number}" onchange="changeLanguage(this.value)"> 
    <c:forEach items="${LanguageList}" var="language"> 
    <html:option value="${language.languageId}"> 
    <c:out value="${language.languageName}"/> 
    </html:option> 
    </c:forEach> 
    </html:select> 
    </td>
      

  2.   


    查看源文件
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!--
     *  COPYRIGHT (C) 2008, Pingoe Corporation ALL RIGHTS RESERVED
     *This source code has been made available to you by PINGOE on an AS-IS
     *basis. Anyone receiving this source code is licensed under PINGOE
     *copyrights to use it in any way he or she deems fit, including copying
     *it, modifying it, compiling it, and redistributing it either with or
     *without modifications. Any person who transfers this source code or any
     *derivative work must include the PINGOE copyright notice and this
     *paragraph in the transferred software.
    -->
     
    <html>
    <head>
    <title>Pingoe</title>
    <script type="text/javascript" src="js/index.js"></script>
    <script type="text/javascript" src="js/prototype.js"></script>
    </head> <body><br><br><br>
    <table align="center" border="1">
    <tr>
    <td align="right">
    <select name="language" onchange="changeLanguage(this.value)"><option value="0">英语</option>

    <option value="2">繁体中文</option>

    <option value="1" selected="selected">简体中文</option></select>
    </td>
    </tr>
    </table>
    <table>
    <tr>
    <td></td>
    <td></td>
      </tr>
    </table>
    <div id="emailTest">

    </div>
    </body>
    </html>
      

  3.   

    你这样不是对的吗?有什么问题?
    你红色字体部分是不会显示的啊,那不是html代码,怎么显示
      

  4.   

    <td> 
        <html:select property="language" value="${Language_Number}" onchange="changeLanguage(this.value)"> 
    <c:forEach items="${LanguageList}" var="language"> 
    <html:option value="${language.languageId}"> 
    <c:out value="${language.languageName}"/> 
    </html:option> 
    </c:forEach> 
    </html:select> 
    </td>

    已经转化成
    <select name="language" onchange="changeLanguage(this.value)"> <option value="0">英语 </option> <option value="2">繁体中文 </option> <option value="1" selected="selected">简体中文 </option> </select>
      

  5.   

    此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
    楼主【quxiuer】截止到2008-06-26 20:07:54的历史汇总数据(不包括此帖):
    发帖数:2                  发帖分:20                 
    结贴数:0                  结贴分:0                  
    未结数:2                  未结分:20                 
    结贴率:0.00  %            结分率:0.00  %            
    如何结贴请参考这里:http://topic.csdn.net/u/20080501/09/ef7ba1b3-6466-49f6-9d92-36fe6d471dd1.html