WindowJS is a simple JavaScript library, to create a functional popup window inside of the browser. this is fully customizable dialog windows with resize/move/maximize/minimize capabilities.

Installation

  1. Download the .zip-File and put it in your project-folder.
  2. Add this script-tag to the head of the file
<script src="path/to/js/file.js"></script>
  1. Add this link-tag to the head of the file, to include the styles
<link rel="stylesheet" href="path/to/css/file.css" />

#javascript

Create Draggable Dialog Popup Window In Pure JavaScript - iamrohit.in
2.55 GEEK