<?php <html> <head> <script> startday = new Date(); clockStart = startday.getTime(); function initStopwatch() { var myTime = new Date(); var timeNow = myTime.getTime(); var timeDiff = timeNow - clockStart; this.diffSecs = timeDiff/1000; return(this.diffSecs); } function getSecs() { var mySecs = initStopwatch(); var mySecs1 = ""+mySecs; mySecs1= mySecs1.substring(0,mySecs1.indexOf(".")) + " "; document.forms[0].timespent.value = mySecs1 window.setTimeout('getSecs()',1000); } </script> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>Untitled Document</title> </head> <body> <form name="frmMain" id="frmMain"><b> คุณอยู่ในหน้านี้มานาน: <input size=3 name=timespent> วินาที </form></b> <body onLoad="window.setTimeout('getSecs()',1)"> </body> </html> <? echo "<b>SubmitTime :</b>".$timespent."<BR>"; ?> </boby> </html> ?>
<?php <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>TEST</title> </head> <body> <? include "XXX.php"; ?> <br /> <input type="button" name="Button" value="SEND" onClick="zz_submit()"> <script> function zz_submit() { frm = document.getElementById('frmMain'); frm.action = "YY.php"; frm.submit(); } </script> </body> </html> ?>
<?php <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>TEST</title> </head> <body> <? include "XXX.php"; ?> <br /> <input type="button" name="Button" value="SEND" onClick="zz_submit()"> <script> function zz_submit() { frm = document.getElementById('frmMain'); frm.action = "YY.php"; frm.submit(); } </script> <? $_SESSION["Time1"] = $timespent; ?> </body> </html> ?>
<?php <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>TEST</title> </head> <body> <? include "XXX.php"; ?> <br /> <input type="button" name="Button" value="SEND" onClick="zz_submit()"> <script> function zz_submit() { frm = document.getElementById('frmMain'); frm.action = "OO.php"; frm.submit(); } </script> <? $_SESSION["Time2"] = $timespent; ?> </body> </html> ?>
<?php <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>TEST</title> </head> <body> <? include "XXX.php"; ?> <? $_SESSION["$plus"] = $_SESSION["Time1"] + $_SESSION["Time2"]; echo $_SESSION["$plus"]; ?> </body> </html> ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง