<!-- Begin function copyit(theField) { var tempval=eval("document."+theField) tempval.focus() tempval.select() therange=tempval.createTextRange() therange.execCommand("Copy") } // End --> </script> <form name="it"> <div align="center"> <input onclick="copyit('it.select1')" type="button" value="选择并复制下面的文字" name="cpy"> <p> <textarea name="select1" rows="3" cols="25"> 这里是可以被选中的文字 |