If you're getting sick of working with coldfusion built-in dialog? Here is beautiful messi jQuery dialog can integrate with coldfusion.
Include JS and CSS in your CSS first.
2<script type="text/javascript" src="JS/jquery.js"></script>
3<script type="text/javascript" src="JS/messi.js"></script>
Then, put following code into your common JS file or somewhere else.
2 var n = message.replace(/\n/g, "<br>");
3 new Messi(n, {title: 'Information', buttons: [{id: 0, label: 'Close', val: 'X'}]});
4};

Android
Top of Page