กล่องสนทนา Chatwing
3 คลิกสร้างกล่องสนทนา
5 เลือกความเป็นส่วนตัว สามารถปรับแต่งให้ผู้ใช้งาน
ใช้งานกล่องสนทนานี้ได้โดยวิธีใด
7 ไปที่ตัวเลือกการฝัง ปรับขนาดที่ต้องการจะให้แสดงบนบล็อกหรือเว็ตไซต์ของคุณ
8 นำโค๊ตในส่วนของ IFrame Code ไปใช้งานตามต้องการ
ค้นหาวีดีโอจากยูทูป YouTube Search
นำโค้ด You Tube Search ข้างล่างนำไปติดเว็บไซต์ หรือบล็อก
<form
action="http://www.youtube.com/results" method="get"
target="_blank">
<input
name="search_query" type="text" maxlength="128"
/>
<select name="search_type"><option value="" />Videos<option value="search_users" />Channels
<select name="search_type"><option value="" />Videos<option value="search_users" />Channels
</select><input
type="submit" value="Search" /></form>
ป้องกันการคลิกขวา
นำโค้ดข้างล่างนำไปติดเว็บไซต์ หรือบล็อกในส่วนของ Java SCRIPT
<SCRIPT language=JavaScript>
function click() {
if (event.button==2)
function click() {
if (event.button==2)
{
alert('ต้องการข้อมูล โปรดติดต่อ 02-xxxxxx');
}
}
document.onmousedown=click
//Disable select-text script (IE4+, NS6+)
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</SCRIPT>
alert('ต้องการข้อมูล โปรดติดต่อ 02-xxxxxx');
}
}
document.onmousedown=click
//Disable select-text script (IE4+, NS6+)
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</SCRIPT>
ไม่มีความคิดเห็น:
แสดงความคิดเห็น