[removed].href and window.open () methods in JavaScript

前端 未结 6 765
北海茫月
北海茫月 2020-11-22 10:48

What is the difference between window.location.href and window.open () methods in JavaScript?

6条回答
  •  死守一世寂寞
    2020-11-22 11:54

    window.open () will open a new window, whereas window.location.href will open the new URL in your current window.

提交回复
热议问题