Javascript

// การ Redirect แบบเปิดหน้าใหม่ใน Javascript
window.open(‘http://emsbot.com/t/?code=123456789’, ‘_blank’);

Javascript บนเว็บบราวเซอร์

<!doctype html>
<html>
<head></head>
<body>
<h1 id=”element1″></h1>
<script>
function say(message){
var element = document.querySelector(‘#element1’);
element.innerHTML = message;
}
say(‘Hello, World’);
</script>
</body>
</html>

Javascript ฟังก์ชั่นเกียวกับวัน เวลา