Return to Snippet

Revision: 35228
at November 4, 2010 13:51 by garnold


Initial Code
//Placed on the onload of a form
cmdRemove.Attributes.Add("onclick", "javascript: return confirm('" + Sage.Platform.WebPortal.PortalUtil.JavaScriptEncode("Remove this WorkFlow?") + "');");

Initial URL


Initial Description
This is for the SalesLogix Web Product

Initial Title
Adding a confirmation messagebox to a button

Initial Tags


Initial Language
C#