Trying get this script to copy to the clipboard and not back into the page. When you click the link it should copy right to the clip board. At least that is my intention. Here a
there is no select()-method for td-elements.
select()
td
You may directly access the clipboard without using the Copy-command:
window.clipboardData.setData('Text', copytext);
See: http://msdn.microsoft.com/en-us/library/ie/ms536744%28v=vs.85%29.aspx