What do you mean by window.open

What do you mean by window.open ?

UTTAM SHARMA , 26 Mar 2018

1 Answers

Window.open is a command used by JavaScript developers. Its functions are many: 1. Changing the features of the Popup 2. Moving the window to the desired location Programmers generally use it for incorporating pop-ups on a given url. The syntax is given below: window.open (URL, windowName[, windowFeatures])