I can find any way to show any kind of Message Box or Alert in Wix.
For example I want to show a Message Box if someone Submit data successfully or maybe on some button click or some condition in code.
I know there is LightBoxes in Wix but they are something which shows on Page Load but I can’t find a simple Message Box in which I can show some “message” to user.
I am looking something like alert() in javascript.
Thanks in Advance for your help 
Hi Sudesh,
You can design and position the message box in Editor and make it hidden by default, displaying it only when your app requires it.
Hi Egidijus, thanks for your reply.
I can’t find Message Box in Wix. I mean which element or control to use for Message Box.
I think Egidijus meant a lightbox. Please try to add one like Egidijus suggested, you can use its API to open it programmatically.
I followed these instructions and created a lightbox. I then link a button to it, but when I press it, nothing happens.