Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Firefox (少なくとも) では、JavaScript のコピー アンド ペースト機能はデフォルトで無効になっています。機能が利用可能かどうかを確認して、そうでない場合はいくつかのボタンを非表示にする方法はありますか?
IE8、FF3.6.10、Chrome 3.0.195 でテスト済み。サファリ 4.0:
if(typeof(window.clipboardData)=="undefined") { alert("not working") } else { alert("working") }