What is the difference between window.location.href () and window.open () methods in JavaScript?
|
|
||||
|
|
|
window.location.href example:
window.open() example:
Additional Information:
|
||||
|
|
Note also that |
|||
|
|
|
windows.open is a method, you can open new window, and can customize it. location.href is just a property of the current window. |
|||
|
|
|
|
||||
|
|
protected by James Hill Jan 8 at 18:33
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.