frame.jsp(21,52) quote symbol expected

解决方案 »

  1.   

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>欢迎光临政府采购</title>
    <LINK href="css.css" type=text/css rel=stylesheet>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    //-->
    </script>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table width="1024" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td colspan="2" class="black"><%@ include file=”top.html”%></td>
      </tr>
      <tr> 
        <td  height="100%"><%@ include file=”yhgl_left.html”%></td>
        <td width="844"><%@ include file=”yhgl.html”%></td>
    </tr>
      <tr> 
        <td colspan="2" ><%@ include file=”bottom.html”%></td>
      </tr>
    </table>
    </body>
    </html>
      

  2.   

    楼主,你在taglib中使用了中文的双引号,改一下
    ...
    <table width="1024" border="0" cellspacing="0" cellpadding="0">
      <tr> 
        <td colspan="2" class="black"><%@ include file=”top.html”%></td>
      </tr>
      <tr> 
        <td  height="100%"><%@ include file=”yhgl_left.html”%></td>
        <td width="844"><%@ include file=”yhgl.html”%></td>
    </tr>
      <tr> 
        <td colspan="2" ><%@ include file=”bottom.html”%></td>
      </tr>
    </table>
    ...
      

  3.   

    <td  height="100%"><%@ include file=”yhgl_left.html”%></td>
    呵呵。。
    是啊。用的中文输入法的引号。
    “和"的区别。
      

  4.   

    我改了,好象是我错了,但是还是没有成功,只是提示成这样了
    HTTP Status 404 - /ww/frame.jsp--------------------------------------------------------------------------------type Status reportmessage /ww/frame.jspdescription The requested resource (/ww/frame.jsp) is not available.
    --------------------------------------------------------------------------------Apache Tomcat/5.0.30