我想在jsp当前页面跳转,而不是重新打开页面,相关代码如下 10
<Ahref="#"onclick="gerenzhuye()"style="font-size:14px;font-weight:700;PADDING-LEFT:13...
<A href="#" onclick="gerenzhuye()" style="font-size: 14px;font-weight: 700;PADDING-LEFT: 13px;
text-decoration: none;font-family: 楷体;color: black ">个人中心
</A>
function gerenzhuye()
{
var targetWinUrl="<%=path %>/auser/index.jsp";
var targetWinName="newWin";
var features="width="+screen.width+" ,height="+screen.height+" ,toolbar=yes, top=0, left=0, menubar=yes, scrollbars=yes, resizable=yes,location=no, status=yes";
var new_win=window.open(targetWinUrl,targetWinName,features);
}
请高手赐教,急急急急!!!!!! 展开
text-decoration: none;font-family: 楷体;color: black ">个人中心
</A>
function gerenzhuye()
{
var targetWinUrl="<%=path %>/auser/index.jsp";
var targetWinName="newWin";
var features="width="+screen.width+" ,height="+screen.height+" ,toolbar=yes, top=0, left=0, menubar=yes, scrollbars=yes, resizable=yes,location=no, status=yes";
var new_win=window.open(targetWinUrl,targetWinName,features);
}
请高手赐教,急急急急!!!!!! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询