Whatever message this page gives is out now! Go check it out!
Parameter | Description |
name | Name of the message box that you want to display. |
<cfajaximport tags="cfmessagebox,cfform">
<cfform name="ajax">
<br><input type="button" name="showMessageBox" value="Show Message Box" onClick="ColdFusion.MessageBox.create('mb','Alert','ALERT','Sample Alert!');ColdFusion.MessageBox.show('mb');">
</cfform>