日期:2014-05-19  浏览次数:20486 次

<base target="_self"> 无效
我在asp.net中用window.showModalDialog( '/scm/InPut.aspx ', 'window ', 'dialogwidth:450px;dialogheight:400px;help:0;center:yes;resizable:0;status:0;scroll:yes ');return(false); ");

打开个input.aspx页面后,点击input.aspx窗口中的按钮,还是会弹出新窗口,我在input.aspx窗口中加了 <base   target= "_self "> 也无效!有谁知道是什么原因啊?

------解决方案--------------------
是加在head里面吗 是的话应该没有问题