Buongiorno,

Come si fa per copiare/incollare col mouse il testo che compare in una popup? Per esempio in:

  • <html>
    <head>
    <script type="text/javascript">
    function disp_alert()
    {
    alert("I am an alert box!!");
    }
    </script>
    </head>
    <body>

    <input type="button" onclick="disp_alert()" value="Display alert box" />

    </body>
    </html>


Grazie mille.

Stefan