by using this method we can display the message box in the web page
prompet
used to display the input dialog box
<script>
rval=window .prompt ("enter players name " );
alert ("rval ");
</script>
prompet
used to display the input dialog box
<script>
rval=window .prompt ("enter players name " );
alert ("rval ");
</script>