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

<base target="self"> 无效解决方法

2012-01-16 
base target_self 无效我在asp.net中用window.showModalDialog( /scm/InPut.aspx , window , dialogw

<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里面吗 是的话应该没有问题

热点排行