+ 3
How to create. Update box.?
msg update box
3 odpowiedzi
+ 5
thanks
+ 2
In order to create a msg update box there are various ways to create msg box
just like u can create simple alert or prompt dialogs using javascript like
window.alert ("your_message"); or
window.prompt ("your_message");
you can also create beautiful message box using some frameworks like bootstrap using modal class in that you can put anything...
hope this might help you😊😊
+ 1
welcome 😊😊