现在的位置: 首页 > 综合 > 正文

jsp中
2012年11月10日 ⁄ 综合 ⁄ 共 237字 ⁄ 字号 评论关闭

jsp中加了<base href="<%=bathpath %>" 有时会使javascript不起作用。如:

windows.self.location="item_add.jsp"

应改为:

windows.self.location="<%=bathpath %>item_add.jsp"                                               

//<%=bathpath %>后面不用加/,因为<%=bathpath %>显示出来后面就有/

就好了


抱歉!评论已关闭.