|
|
|
การกำหนดขนาด Web Page ตามตัวอย่างเลยครับ จะกำหนดเพจให้เล็กแบบนี้ทำยังไงครับ |
|
|
|
|
|
|
|
มันต้องถูกส่งมาจากหน้าหลักอีกที นี่ code ลองดู
javascript
<script language="javascript">
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbar
s='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}
</SCRIPT>
กรณีนี้เปิดแบบเต็มจอเลยนะ
|
|
|
|
|
Date :
2010-06-16 13:47:20 |
By :
aimoomoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หรืออันนี้คับแบบลิงค์
javascript
<a href="#" onClick="javascript:window.open('message_show.php' , 'message_show' ,'nenuber=no,toorlbar=no,location=no, status=no,resizable=no,width=512,height=384,top=220,left=550 ' )";>ไปหน้าที่ต้องการ</a>
กำหนดขนาดเอง ที่ width กับ height และจะแสดงตรงไหนของจอ ที่ top,left
|
|
|
|
|
Date :
2010-06-16 13:51:58 |
By :
aimoomoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เยี่ยมไปเลยครับ ทำได้ละ ขอบคุณมากๆนะครับ
|
|
|
|
|
Date :
2010-06-16 14:14:18 |
By :
minamino |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|