JAVA Tips
เทคนิคสำหรับ web ของคุณ


jv0019 : Add Bookmark : บันทึก Bookmark ใน browser


คำสั่งในกาช่วยในการบันทึก Bookmark หรือ Add to Favorite เพื่อให้สะดวกในการเข้าไปเยี่ยมชมในครั้งต่อไป คำสั่งนี้ถือว่าเป็นคำสั่งยอดฮิตหนึ่งที่ webmaster ทุกท่านไม่ควรพลาด... สนใจ copy และ paste ไปใช้ได้เลยครับ




<script language="JavaScript1.2">
var url="http://www.it-guides.com"
var title="it-guides.com - Free online Training"

function favorites(){
if (document.all)
window.external.AddFavorite(url,title)
}
</script>


<script> if (document.all) document.write('<A HREF="javascript:favorites()">Add to Favorites!</A>') </script>


ตัวอย่าง Add to Favorite





Copyright ® 2000-2001 IT-Guides.Com all right reserve
Always Online