Posted by: webjunkie August 8, 2011
hahahha Good idea?
Login in to Rate this Post:     0       ?        
if you are using firefox use the following code on the address bar and hit enter. then you can copy again. I haven't tried it on IE or chrome
javascript:function disableSelection(target){ if (typeof target.style.MozUserSelect!="undefined") target.style.MozUserSelect=""; target.style.cursor = "default"};disableSelection(document.body);
Read Full Discussion Thread for this article