当前位置: 代码迷 >> Web开发 >> 关于页面跳转的一个小疑点,
  详细解决方案

关于页面跳转的一个小疑点,

热度:105   发布时间:2012-03-14 12:01:13.0
关于页面跳转的一个小问题,急。。。。 - Web 开发 / 其他
<body>
     
        <form>
            <table>
        <tr>
        <td>
        <a   href= "# "> 当月维护统计 </a>
        </td>
        </tr>
        <tr>
        <td>
        从
        <input       type= "text "   size= '10 '     id= "fromdate "     value= " "   onclick= 'javascript:selectDate(this) '>  
        到
        <input       type= "text "       size= "10 "       id= "todate "   value= " "     onclick= 'javascript:selectDate(this) '>  
        <a   href= "# "> 维护统计 </a>
        </td>
        </tr>
          </table>
        </form>


当我点链接时,路径变为:http://localhost:8080/DownloadFeil/#

报错:
HTTP   Status   404   -   /DownloadFeil/

--------------------------------------------

type   Status   report

message   /DownloadFeil/

description   The   requested   resource   (/DownloadFeil/)   is   not   available.


--------------------------------------------

Apache   Tomcat/5.5.20


5555555555555555555555555555555555555555555555555怎么回事呀

------解决方案--------------------
我这点这没报错啊

你的是html页面吗? 还是chm之类的?
  相关解决方案