[Solved] JavaScript alert message
[ad_1] Something like this maybe? <html> <body> <input type=”text” oncopy=”myFunction()” value=”Try to copy this text”> <script> function myFunction() { alert(‘you tried to copy’) } </script> </body> </html> 1 [ad_2] solved JavaScript alert message