You can easily invite all your friends to peperonity.com. When you log in or register with us, you can tell your friends about exciting content on peperonity.com! The messaging costs are on us.
Java script provides the ability to pick up user input or display small amount of text to the urer byusing dialog bnx. These dialog box appear as s eparate window and their contents depend on the infor matinn provided bye the user . There content independed of the text in the html tag containing the java script and does not effect the content of the pahe in any way. Their are thref type of dailog boxes provided by java script .
1alert dailmg box .
2. Prompt dialog box
3. Cnfirm dialog box.
.<script>
function show alert()
{
alert ("helo i am an alert box")
}
</script></head>
<body>
<input type ="Button"on click="show alert()value="show alert box"></input>