This works on IE8, but not firefox or opera. An
For searchers on this problem: Ensure your input not post to current page like sumbit. In this case any navigate methods will not work. To fix this add event.preventDefault() on click handler
event.preventDefault()