2011-04-14

window.open所開的小視窗出現在螢幕正中間

<script>
t = 200;
l = 200;
window.open('about:blank','','width='+l+',height='+t+',top='+(screen.availHeight/2-t/2)+',left='+(screen.availWidth/2-l/2));
</script>

沒有留言: