1 2 3 4 5 6
<!DOCTYPE html> <html> <body onload="document.execCommand('copy', false, '');"> <div contenteditable="true"></div> </body> </html>