blob: 1811e650ecb14e9a7f75365a3d65ce646d46f39e [file] [log] [blame]
<script>
alert('MESSAGE');
confirm('MESSAGE?');
prompt('MESSAGE:', 'DEFAULT');
print();
document.execCommand('print', true, null);
</script>