♥ การทำสคริปต์คลิ๊กขวาแล้วมีข้อความขี้นมาเตือนผู้ที่กำลัง
คลิ๊ก !!
คลิ๊ก !!
<script>
function stopmouse(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false;
else if
(navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert("ข้อความที่จะให้ปรากฏ");
return false;
}
return true;
}
document.onmousedown=stopmouse;
if (document.layers)
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=stopmouse;
</script>
♥ทำปุ่ม Share เพื่อแบ่งปัน LINK หรือหน้าเว็บไซต์ ใน Facebook
แบบที่ 1 ปุ่ม Share แบบคลิ๊กแล้วจะแชร์หน้าเว็บเพจที่ใส่ Code เอง
นำ Code ด้านล่างไปไว้ในตำแหน่งที่ต้องการให้แสดงปุ่ม Share
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a>
แบบที่ 2 ปุ่ม Share แบบใส่ URL ของหน้าที่ต้องการให้ Share เอง
101แชร์หน้านี้ |
นำ Code ด้านล่างไปไว้ในตำแหน่งที่ต้องการให้แสดงปุ่ม Share
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Loader" type="text/javascript"></script>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<table width="90" border="0">
<tbody><tr>
<td>
<a name="fb_share" type="box_count" share_url="http://www.codetukyang.com">แชร์หน้านี้</a>
</td>
</tr>
</tbody></table>
แบบที่ 3 ทำ Link ธรรมดาๆ สำหรับ Share แบบใส่ URL ของหน้าที่ต้องการให้ Share เอง
♥ การแสดงราคาน้ำมัน,อัตราแลกเปลี่ยน,พยากรณ์อากาศ,ราคาทอง บนหน้าเว็บ
โค้ดราคาน้ำมัน
<IFRAME src="http://www.pttplc.com/th/oilprice.asp" frameBorder=0 width=170 scrolling=no height=335></IFRAME>
อัตราแลกเปลี่ยน
<iframe marginWidth=0 marginHeight=0 src="http://www.bangkokbank.com/fxbanner/banner1.htm" frameBorder=0 width=173 scrolling=no height=165></iframe>
พยากรณ์อากาศ
<iframe src="http://www.tmd.go.th/daily_forecast_forweb.php" width="180" height="260" scrolling="no" frameborder=0></iframe>
ราคาทอง<iframe src="http://namchiang.com/ncgp2-1.swf" width="172" height="165" frameborder="0" marginheight=0 marginwidth=0 scrolling="no"></iframe>