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

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

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

6条回答
  •  爱一瞬间的悲伤
    2020-12-07 03:53

    If you check the documentation for that method, you will see the quite common:

    There is no public standard that applies to this method.

    This means that it's a non-standard feature that most likely only works in Internet Explorer.

    This will work:

    
    

    If you are using XHTML:

    
    

提交回复
热议问题