also the results would be better if the country you choose come up 1st. not sure if you could put this into it, but would be nice. unless there is a way to change the way results come to me, don't see any options yet.
Its a pretty nice Widget that works well, but with built-in searching from the address bar, it is slightly redundant. Though it is nice it displays the results in its own window. Overall, pretty neat, but not as useful as some other widgets.
By dormitoare , # Jan 13, 2010 6:52:44 PM
By loguta , # Dec 15, 2009 8:58:05 AM
By user2006 , # Aug 7, 2006 5:33:17 PM
You can change the height of the widget window by using the following:
window.resizeTo(newWidth, newHeight);
Which means in your case, to fix the widget expanding out of the window size, you can add this every time some search results are drawn:
window.resizeTo(containerElmnt.scrollWidth, containerElmnt.scrollHeight);
By gautamchandna , # Jul 12, 2006 2:31:52 PM
By Chickan , # Jun 23, 2006 9:09:00 PM