作者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