ระบบติดตามข้อมูลข่าวสารที่นำไปติดบนเว็บไซต์ แบบนี้เขาทำกันอย่างไรคะ รบกวนผู้รู้ช่วยแนะนำหน่อยค่ะ
https://www.picz.in.th/image/img-1.gwZPAy
https://www.picz.in.th/image/img-1.gwZPAy
ส่วนนี้ให้คุณดูโพสต์ทั้งหมดของสมาชิกท่านนี้ (เฉพาะโพสต์ในส่วนที่คุณมีสิทธิ์เข้าถึง)
เมนู แสดงโพสต์อ้างถึงจาก: icez ใน 17 กรกฎาคม 2019, 23:13:40
ขึ้นกับว่าคุณใช้อะไรบน windows ครับ
ถ้าใช้ software ของ microsoft (iis/IE/Edge) ตอนนี้ยังไม่รองรับ TLS 1.3 เลยครับ แต่ TLS 1.2 ควรจะได้
ถ้าใช้ software อื่นๆ ต้องดูเอกสารของ software แต่ละตัวเองครับ
<!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=utf-8" />
<title>Untitled Document</title>
<style>
#banner{
border:0px solid #000;
display: none;
position: fixed;
bottom: 0px;
right: 0px;
z-index: 9998;
}
</style>
</head>
<body>
<a id="banner" href="https://www.codebee.co.th/labs/วิธีทำ-banner-ให้เว็บไซต์/"><img src="700x252.jpg" ></img></a>
<script>
$(document).ready(function(e) {
$(window).scroll(function() {
if($(window).scrollTop() <= 10){
$("#banner").hide("fast");
}else{
$("#banner").show("fast");
}
});
});
</script>
</body>
</html>
ลยต่อ