function doRedirect(myObject) { if (myObject.options[myObject.selectedIndex].value!="") { top.location.href = ".?id=&date=" + myObject.options[myObject.selectedIndex].value; } else { return false; } }