Adding a confirmation messagebox to a button


/ Published in: C#
Save to your folder(s)

This is for the SalesLogix Web Product


Copy this code and paste it in your HTML
  1. //Placed on the onload of a form
  2. cmdRemove.Attributes.Add("onclick", "javascript: return confirm('" + Sage.Platform.WebPortal.PortalUtil.JavaScriptEncode("Remove this WorkFlow?") + "');");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.