ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    รวมโค๊ตสำเร็จรูปจากอินเตอร์เน็ต

    ลำดับตอนที่ #11 : บอกเว็บนี้ให้เพื่อน (ไปอ่าน)

    • อัปเดตล่าสุด 31 ต.ค. 49


    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    var initialsubj="ลองไป WEB นี้ดูซิ"
    var initialmsg="ลองไปที่ http://www.thaiwebcreator.com ดูซิ ถ้าคุณอยากทำ WEB ดอท คอม พร้มมี HOST คุณภาพสูงบริการ"
    var good;
    function checkEmailAddress(field) {

    var goodEmail = field.value.match(/\b(^(\S+@).+((\.com)|(\.net)|(\.edu)|(\.mil)|(\.gov)|(\.org)|(\.info)|(\.sex)|(\.biz)|(\.aero)|(\.coop)|(\.museum)|(\.name)|(\.pro)|(\..{2,2}))$)\b/gi);
    if (goodEmail) {
    good = true;
    }
    else {
    alert('โปรดพิมพ์ E-MAIL ของคนที่คุณต้องการแนะนำครับ');
    field.focus();
    field.select();
    good = false;
       }
    }
    u = window.location;
    function mailThisUrl() {
    good = false
    checkEmailAddress(document.eMailer.email);
    if (good) {

    //window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+document.title+" "+u;
    window.location = "mailto:"+document.eMailer.email.value+"?subject="+initialsubj+"&body="+initialmsg
       }
    }
    //  End -->
    </script>


    <form name="eMailer">
    <p align="center"><font face="MS Sans Serif" size="1">บอก WEB
    นี้ให้เพื่อน :</font> <input type="text" name="email" size="35" value="พิมพ์ E-MAIL ของคนที่ต้องการแนะนำที่นี่ครับ" onFocus="this.value=''" onMouseOver="window.status='Enter email address here and tell a friend about this site...'; return true" onMouseOut="window.status='';return true">
    <br>
    <input type="button" value="ส่งคำแนะนำ" onMouseOver="window.status='Click to send an email (with this page address) to a friend! Enter email address above...'; return true" onMouseOut="window.status='';return true" onClick="mailThisUrl();">
    </form>

    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

    ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×