the way lootdb looks up queried items seems to have changed in the past, and now using the 'D' button on examine windows it gives a list of search results instead of the direct item page.
but if you wrap the item name in quotes (%22 url-encoded), then it will go to the item page
so the button code will look like this:
Code:
<Button Location="234,89" Name="BrowseLDB" OnPress="URLString='http://lootdb.com/?t=item&q=%22' ## parent.LorePage.Name.text ## '%22'
browser URLString
" ScrollExtent="15,15" Size="15,15" Style="/Fetish.ButtonStyles.box_button" Tooltip="Search LootDB">D</Button>