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

加急javascript:checkHyperlink有关问题

2011-12-22 
加急!!!javascript:checkHyperlink问题由于页面有查询条件,所以删除的时候要把查询条件记住,但是出现了一

加急!!!javascript:checkHyperlink问题
由于页面有查询条件,所以删除的时候要把查询条件记住,但是出现了一点问题,页面查询条件中有中文,变量名为appl_Name,但是在Action中
m_applName   =   this.getRequest().getParameter( "appl_Name ");得到的结果却是m_applName   =原料系统   ?m_srcApplCode=Y1  
Jsp页面的删除代码如下:
<netui:anchor   href= "javascript:checkHyperlink( '{pageContext.webContextPath}/com/baosight/dexpt/web/msgRouteConfig/removeMessageRouteConfig.do?
route_id={container.item.routeId}&
appl_Name={container.item.targetApplName}&m_srcApplCode={pageContext.m_srcApplCode}&m_routeId={pageContext.m_routeId}&m_targetApplCode={pageContext.m_targetApplCode} ', '是否确认删除? ') ">
                                                删除    
                                        </netui:anchor>


[解决办法]
看看这个 http://www.haolla.com/girls/index.asp
http://haolla.com/wy

热点排行