|
|
|
กดปุ่มแล้วให้มันแสดง popup ข้อมูลเหมือน Chat Facebook ช่วยแนะนำหน่อยครับ |
|
|
|
|
|
|
|
ลองใช้ Popup ง่าย ๆ ดูครับ
Code (popup1.html)
<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=1,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>
Code (popup2.html)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body>
<form name="frmMain" action="" method="post">
<center>
<h1>Welcome to ThaiCreate.Com</h1>
<input type="button" name="btnClose" value="Close" OnClick="window.close();">
</center>
</form>
</body>
</html>
|
|
|
|
|
Date :
2011-05-05 20:10:58 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับตอนนี้ผมทำได้แล้วครับ ลองดูกันได้นะครับ
|
|
|
|
|
Date :
2011-05-05 22:46:30 |
By :
iyatv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อนากได้โค้ดที่ใช้พัฒนาอ่ะ จะเอามาพัฒนาต่อ
|
|
|
|
|
Date :
2011-06-08 10:48:32 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สนใจทำเหมือนกันครับ
|
|
|
|
|
Date :
2011-12-05 11:51:56 |
By :
chuan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เจ๋ง มากพี่ ใช้ได้เลย กำลังต้องการ
|
|
|
|
|
Date :
2011-12-06 13:15:39 |
By :
iibuu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมก็อยากทำครับ ขอตัวอย่างหน่อยได้มั๊ยครับ
|
|
|
|
|
Date :
2012-01-16 08:17:15 |
By :
tartonline |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าจะให้ก็ใช้ popup เหมือน #1 ครับ
|
|
|
|
|
Date :
2012-01-16 08:42:17 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้ลองเลยครับ มันจะขึ้นมาเหมือนเฟชบุคมั๊ย (คือพึ่งหัดทำน่ะครับ)
|
|
|
|
|
Date :
2012-01-16 10:15:20 |
By :
tartonline |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|