function go_to() { window.open('http://navistom.com/'); } elem.removeEventListener( "click", go_to, false); ... <body onClick="go_to()">