when opening the code blow in IE 8 and 9 it opens only the http://translate.google.com/ without the languages codes and the sentences. it works fine in Chrome and Firefox.
function DoTransGg(){
window.open('http://translate.google.com/#en|de|I want to travel with him.','_blank')
}
<input type='button' value='Google Translate' onclick='DoTransGg()'>