|
|
|
สอบถามเกี่ยวกับ Popup ครับ ต้องการแก้ไข boarder ครับ |
|
|
|
|
|
|
|
resizable=no หรือ 0 ครับ
|
|
|
|
|
Date :
2012-02-09 14:36:52 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code เต็ม ๆ ครบ
Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
<script language="JavaScript">
function fncOpenPopup()
{
window.open('popup2.html','popup-name','width=700,height=500,toolbar=0, menubar=0,location=0,status=1,scrollbars=1,resizable=0,left=0,top=0');
}
</script>
</head>
<body>
<form name="frmMain" action="" method="post">
<input type="button" name="btnOpen" value="OpenPopup" OnClick="fncOpenPopup();">
</form>
</body>
</html>
Go to : JavaScript Popup Window
|
|
|
|
|
Date :
2012-02-09 14:38:01 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วพอดีว่าโค้ดผมผมเป็นแบบนี้อ่ะครับ
Code (PHP)
<script type="text/javascript">
function MM_openBrWindow(URL, N, W, H, S) { // name, width, height, scrollbars
var winleft = (screen.width - W) / 2;
var winup = (screen.height - H) / 2;
winProp = 'width='+W+',height='+H+',left='+winleft+',top=' +winup+',scrollbars='+S+',resizable'+',status=no'
Win = window.open(URL, N, winProp)
}
</script>
แล้วตอนเรียก
Code (PHP)
<a href="javascript:MM_openBrWindow('Edit_item.php?id=<?=$itemResult["id"];?>','detail','680','300','yes')"><img src="../image/edit_24.png" width="20" height="20" border="0"/></a>
จะแก้ใส่ตรงไหนได้ครับ
|
|
|
|
|
Date :
2012-02-09 15:34:34 |
By :
akkaneetha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|