Hi Ace :)
I've been doing a lot of work with Windows Updates recently and I've been trying to find ways to speed the process up. Do you mind if I use a modified version of your DRT scanning javascript?
javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));t=String(t).replace(/^\s+|\s+$/g,'');if(t!=''){(function(){ window.open('
http://support.microsoft.com/kb/'+t); })();}else{alert('Please select/highlight a KB Article number on the page first!');};
All I did was change the URL and the message at the end :) But I thought I'd ask before I used it because it's your script.
Tom