|
|
|
ขอคำแนะนำเกี่ยวกับการออกแบบฐาน และแนวการคิดสักหน่อยหน่ะครับ |
|
|
|
|
|
|
|
แบบนี้คงจะต้องใช้ setTimeOut ของ JavaScript น่ะครับ ให้ทำงานเป็น Loop เชค ใช้ Ajax ทำงานอยู่เบื้องหลัง ส่วนเก็บข้อมูลก็ Varchar ธรรมดานี่แหละครับ แต่ใช้ DateDiff ของ php เข้ามาช่วยครับ
Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body Onload="bodyOnload();">
<form name="frmMain" action="" method="post">
<script language="JavaScript">
function bodyOnload()
{
setTimeout("alertWelcome();",5000);
}
function alertWelcome()
{
alert('Welcome to www.ThaiCreate.Com');
bodyOnload();
}
</script>
</form>
</body>
</html>
Code (JavaScript)
<html>
<head>
<title>ThaiCreate.Com Tutorial</title>
</head>
<body Onload="bodyOnload();">
<form name="frmMain" action="" method="post">
<script language="JavaScript">
function bodyOnload()
{
alert('aaaa');
setTimeout("alertWelcome();",5000);
}
function alertWelcome()
{
alert('bbb');
setTimeout("bodyOnload();",5000);
}
</script>
</form>
</body>
</html>
|
|
|
|
|
Date :
2011-02-07 09:38:32 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2011-02-07 09:55:21 |
By :
ความรู้เท่าหางอึ่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|