读书人

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

发布时间: 2012-03-14 12:01:13 作者: rapoo

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

读书人网 >Web开发

热点推荐