Translate

Monday, May 5, 2014

8. JavaScript Popup Box

Alert Box

Alert Box normally used for displaying various information to visitors that it is OK button to click.
common forms
alter(“sometext”);
example











results









Confirm Box

Confirm Box normally used for visitors to understand something. Confirm Box button two are OK button and the button Cancel.
common forms
confirm(“sometext”);
example
៨. JavaScript Popup Box
Result
៨. JavaScript Popup Box

0 comments:

Post a Comment