Prompt dialog with default value in JavaScript
Description
The following code shows how to prompt dialog with default value.
Example
<!-- w w w .j av a 2 s.c om-->
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
prompt("What is your name?","Enter your name here.")
</script>
</head>
<body>
</body>
</html>
The code above generates the following result.
Javascript Tutorial Browser Dialog
Add quotation marks to alert box in JavaScr...
Create a Confirmation dialog in JavaScript
Get value from prompt dialog and display it...
Output the Confirmation dialog returns bool...
Show a find dialog with window.find() in Ja...
Show an alert dialog in JavaScript
Show the print dialog in JavaScript
Show the prompt() dialog in JavaScript
Use alert Boxes in JavaScript
Use alert dialog box to display the content...
Use confirm method in if statement in JavaS...
Add quotation marks to alert box in JavaScr...
Create a Confirmation dialog in JavaScript
Get value from prompt dialog and display it...
Output the Confirmation dialog returns bool...
Prompt dialog with default value in JavaScr...
Show a confirm dialog in JavaScriptShow a find dialog with window.find() in Ja...
Show an alert dialog in JavaScript
Show the print dialog in JavaScript
Show the prompt() dialog in JavaScript
Use alert Boxes in JavaScript
Use alert dialog box to display the content...
Use confirm method in if statement in JavaS...