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

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

2012-03-14 
关于页面跳转的一个小问题,急。。。。 - Web 开发 / 其他bodyformtabletrtdahref # 当月维护

关于页面跳转的一个小问题,急。。。。 - 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之类的?

热点排行