Enlist the optional parameters to open a webpage.
When opening a webpage using JavaScript’s window.open() function, several optional parameters can be specified: 1. URL – Defines the web page to open. 2. Name – Specifies the name of the new window or tab. 3. Features – Defines window properties such as: width and height for window dimensions top and left for positioning resizable=yes/no … Read more