Results 1 to 2 of 2

Thread: คำเตือน!!! อันตรายจากการใช้ Copy+Paste ระวังไว้ไม่เสียหลาย

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Posts
    4


    **Hidden Content: To see this hidden content your post count must be 1 or greater.**

  2. #2
    Junior Member
    Join Date
    Apr 2009
    Posts
    2


    เคยเห็นถ้าเป็น web สามารถทำแบบนี้ได้ function CopyToClipboard()

    {

    CopiedTxt = document.selection.createRange();

    CopiedTxt.execCommand("Copy");

    }

    function PasteFromClipboard()

    {

    document.Form1.txtArea.focus();

    PastedText = document.Form1.txtArea.createTextRange();

    PastedText.execCommand("Paste");

    }
    ถ้าเอาไปใช้ต่อก็สามารถส่งข้อมูลต่าง ไปฝั่ง server ได้เช่นกัน อันตรายจิงๆ

Similar Threads

  1. Replies: 0
    Last Post: 01-12-2009, 07:02 PM
  2. Replies: 1
    Last Post: 28-02-2009, 01:13 PM
  3. Replies: 12
    Last Post: 10-12-2008, 08:29 AM
  4. คำเตือน!!! อันตรายจากการใช้ Copy+Paste ระวังไว้ไม่เสียหลาย
    By dexdee_04 in forum ทิปหรือเคล็ดลับการคอมพิวเตอร์ต่างๆ
    Replies: 1
    Last Post: 26-03-2008, 07:26 AM
  5. คำเตือน!!! อันตรายจากการใช้ Copy+Paste ระวังไว้ไม่เสียหลาย
    By NITROUS in forum ทิปหรือเคล็ดลับการคอมพิวเตอร์ต่างๆ
    Replies: 0
    Last Post: 01-01-1970, 07:00 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •