作者darkmusic (小中)
看板Ajax
标题[问题] 使用方法...
时间Thu Feb 16 18:17:54 2012
<script type="text/javascript">
function OpenWin()
{
sFeatures = "dialogHeight:280px; dialogWidth:280px; scroll:no; status:no ";
Rtn = window.showModalDialog('Permissions_2.asp');
window.location.replace('Permissions_1.asp');
}
function OpenUpdate(UserName,Account,chkWeb,chkUsr)
{
sFeatures = "dialogHeight:200px; dialogWidth:280px; scroll:yes; status:yes
center; ";
Rtn =
window.showModalDialog('Update.asp?Account='+Account+'&UserName='+UserName+'&chkWeb='+chkWeb+'&chkUsr='+chkUsr,sFeatures);
window.location.replace('Permissions_1.asp');
}
</script>
我设dialogHeight:200px; dialogWidth:280px 我虽然以经设定下去…
但是不知为何...他总是会自行设定长跟宽,而其它却有读取到...这是为什麽
各位大大能帮我解惑吗???小弟说声谢谢>"<
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 60.248.110.73
1F:推 Crow22312:没用过这种东西.. 但猜测是大小写.. o.o|| 02/16 20:09