<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之类的?