button javascript works on IE but not firefox window.navigate()

后端 未结 6 1901
无人及你
无人及你 2020-12-07 03:29

This works on IE8, but not firefox or opera. An

6条回答
  •  死守一世寂寞
    2020-12-07 03:42

    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

提交回复
热议问题