What browser are you using Carrona? (I believe this only works in FF/Chrome)
Anyway, first thing to do is to create a new bookmark with the following web address[code]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('https://www.sysnative.com/drivers/driver.php?id='+t); })();}else{alert('Please select/highlight a driver on the page first!');};[/code]What this will allow the browser to do is run the javascript every time you click on the bookmark in the browser.
In order to make the javascript work correctly you select the driver name then click the bookmark...
Example:
[code]8042pr2.Sys[/code]
Highlight the above driver name then click the bookmark.
I can confirm it working here in FF/Chrome