Re: display a dialog in javascript
Posted By:
s_g
Posted On:
Friday, May 3, 2002 01:23 PM
use alert command to display.
ex: alert("Message"+abc);
where abc is the variable in javascript. like your message.
if you want to ask a question to user then use confirm("do you want to close this window");
Hope this will help you.