   function clip_copy3() {
if (document.all && navigator.userAgent.match(/windows/i) && document.tag.area3.value) {
      copy_tag = document.tag.area3.createTextRange()
      copy_tag.execCommand("Copy")
      alert("その2 タグをコピーしました! あとは貼り付けるだけです。");
     }
   }