How can you write a messageDlg? |
Answer
I think the following javascript code will help u :
just chek n try it once
<html> <head> <script type="text/javascript"> function disp_alert() { alert("I am an alert box!!") } </script> </head>
<body> <form> <input type="button" onclick="disp_alert()" value="Display alert box"> </form> </body>
</html>
Output is like this :
A button will display n by clicking on it u wil get an alert box.
All the best
|
|
|
First answer by Pvannapurna. Last edit by Pvannapurna. Contributor trust: 108 [recommend contributor]. Question popularity: 70 [recommend question]
|
Research your answer: |
Can you answer other questions about programming?
|
|


