It is a JavaScript method that opens a new window and loads the document specified by a given URL.
window.open is a JavaScript method that opens a new browser window.
Syntax
window.open(URL,name,specs,replace)
It is a JavaScript method that opens a new window and loads the document specified by a given URL.
window.open is a JavaScript method that opens a new browser window.
Syntax
window.open(URL,name,specs,replace)