Hi group
Hi group,
I am developing a Intraweb application.When i use WebApplication.Showmessage('test message') it gives different header of message box across the different browsers.
i am attaching snap of message box on different browsers
any one having idea how we can have same message header.
I am developing a Intraweb application.When i use WebApplication.Showmessage('test message') it gives different header of message box across the different browsers.
i am attaching snap of message box on different browsers
any one having idea how we can have same message header.
This might use the "alert" javascript method which is handled by the web-browser to display an alert popup. Each web-browser uses a different style as you've noticed. There is nothing you can do about that. The only solution is to use HTML librairies implementing lightboxes
ReplyDelete