[Info] Copy HTML Internet Shortcut from http://www.tele-pro.co.uk/scripts/ie_shortcut/ [InternetShortcut] URL=javascript:var d= document;go();function go(){var r= d.selection.createRange();var h= r.htmlText;if(h==''){alert('No HTML selected ')}else{if(d.all.aE){d.all.aE.value=h}else{var a=d.createElement('TEXTAREA');var e=d.appendChild(a);e.id = 'aE';e.value = h;}var s=aE.createTextRange();s.execCommand('Copy');alert('HTML copied to clipboard');}}