function copyString(string) { window.clipboardData.setData("Text",string); alert('º¹»ç ¿Ï·á'); }