This is not possible with an OS or native browser window popping up. You will have to create a custom overlay dialog.
I would advise using a library like jQuery UI to do this. You can then customize whatever is in the popup.
You can view a demo of the dialog here
Related Contents:
- Sum of two numbers with prompt
- Detecting Unsaved Changes
- How to prevent form from being submitted?
- How to reload a page using JavaScript
- How to decode HTML entities using jQuery?
- onClick to get the ID of the clicked button
- Logical operator in a handlebars.js {{#if}} conditional
- What is the difference between `new Object()` and object literal notation?
- Share data between HTML pages
- Do common JavaScript implementations use string interning?
- Populate one dropdown based on selection in another
- How To Get Font Size in HTML
- Chrome Uncaught Syntax Error: Unexpected Token ILLEGAL [duplicate]
- Check for special characters in string
- Get the device width in javascript
- Generate HTML table from 2D JavaScript array
- Is it possible to trigger a link’s (or any element’s) click event through JavaScript?
- How can you sort an array without mutating the original array?
- Best way to detect that HTML5 is not supported
- Positioning element at center of screen
- Is there a way to get SSL certificate details using JavaScript?
- How can I disable an in a based on its value in JavaScript?
- What does document.domain = document.domain do?
- How to find the width of a div using vanilla JavaScript?
- Setting href attribute at runtime
- Angular4 – No value accessor for form control
- How do I pass JSF managed bean properties to a JavaScript function?
- How can I save information locally in my chrome extension?
- Differences between detach(), hide() and remove() – jQuery
- How can I make event.srcElement work in Firefox and what does it mean?
- Difference between onload() and $.ready?
- Convert canvas to PDF
- Convert inline SVG to Base64 string
- Reference ASP.NET control by ID in JavaScript?
- Upload image from URL to Firebase Storage
- In jQuery, how do I get the value of a radio button when they all have the same name?
- When to prefer JSON over XML?
- Why does document.querySelectorAll return a StaticNodeList rather than a real Array?
- Non-angular page opened after a click
- Remove last comma (and possible whitespaces after the last comma) from the end of a string
- Update React component every second
- What is the “module” package.json field for?
- How to use lodash to find and return an object from Array?
- How can I pass argument with requestAnimationFrame?
- Dynamically Add Variable Name Value Pairs to JSON Object
- Disable future dates after today in Jquery Ui Datepicker
- Changing a buffer from a ReadStream into an actual file
- unable to scroll in scrollView
- Is it bad practice to pass a string to settimeout? If yes, why? [duplicate]
- How do you wrap setTimeout in a promise [duplicate]