Display an alert dialog : window « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- window
Display an alert dialog
<html>
<body>
<input type="button" onClick="alert('This is an alert window');" value="Click me">
</body>
</html>
Related examples in the same category