Top "Prompt" questions

prompt is a command-line or graphical interface which presents the user with a line editor or modal dialog and suspends execution until input is returned

Detecting Unsaved Changes

I have a requirement to implement an "Unsaved Changes" prompt in an ASP .Net application. If a user modifies controls …

javascript asp.net prompt
Is there any way to create prompt with two input fields?

Is there any way to create prompt in JavaScript with two input fields ? I tried that code, but it didn't …

javascript prompt
How do I create an input box with Python?

I want to create an on-screen input box that a user can interact with. The user would see a window …

python python-3.x user-input prompt
Javascript prompt() - cancel button to terminate the function

I'm calling a Javascript window.prompt() and prompting the user to submit a variable which I compare to another variable (…

javascript prompt
Compiling C-code from the Command Prompt in Windows?

I want to compile C code from the Command Prompt in Windows. I have added the environment variable to the …

c windows visual-studio compilation prompt
Read password from stdin

Scenario: An interactive CLI Python program, that is in need for a password. That means also, there's no GUI solution …

python passwords prompt interactive
How do I change the command-line prompt in Windows?

How do I change the command-line prompt into a console? I've been looking in the console functions API, but I …

windows cmd prompt
How to prompt an SQL query user to input information

I have a query that I wrote in SQL server that will be run mainly by people who don't know …

sql-server variables command-prompt prompt
What is that "total" in the very first line after ls -l?

What is the total in the output of ls -l? $ ls -l /etc total 3344 -rw-r--r-- 1 root root 15276 Oct 5 2004 a2ps.…

linux shell unix command prompt
SweetAlert prompt with two input fields

Currently working on a personal project. I want the user to click a button and a SweetAlert prompt would be …

javascript prompt sweetalert