JavaScript Examples

JavaScript Menu

Home

  


Examples Of Opening Windows

Open Minimum Window - opens a small frame without advanced features

Open Window - opens a new resizable window with size 200X200 with scroll bars, but no toolbars

Open Another - opens a standard window with all the features and standard size

Open a Small One and then Close it - this examples utilizes a pointer to a new window to be able to control it. In order to get such a pointer you have to open a window without URL and then load a page with "window.location='....' " statement.