View Single Post
  #271  
Unread 09-15-2009, 05:22 AM
harczos harczos is offline
A Grassland Beetle
 
Join Date: Dec 2005
Posts: 61
Default

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=&apos;http://lootdb.com/?t=item&amp;q=%22&apos; ## parent.LorePage.Name.text ## &apos;%22&apos;&#xD;&#xA;browser URLString&#xD;&#xA;" ScrollExtent="15,15" Size="15,15" Style="/Fetish.ButtonStyles.box_button" Tooltip="Search LootDB">D</Button>