WordPress archives widget causes Bing bot 404 errors

I don’t know about Bing’s spider but you can create your own widget and instead of using the select tag’s onchange event you can use JQuery to bind the change event to do the same:

$("select").change(function () { window.location.replace(this.val()); });