-->

Window.open Return Value


-->

Window.open Return Value. It supports two boolean values; Return true if url replaces the current entry or document in history list.

Chapter 7 Completing a Program ppt download
Chapter 7 Completing a Program ppt download from slideplayer.com

It supports two boolean values; This means that it returns either true or false: The window interface's open () method loads the specified resource into the browsing context (window or tab) with the specified name.

-->

Chapter 7 Completing a Program ppt download

Var win = window.open(url, mydialog, width, height, menubar=0,toolbar=0); The javascript window.open () method is used to open a new tab or window with the specified url and name. This method is used to close the window which is opened by the window.open () method. Here are some examples of window.open () function to open the browser window/tab.

-->