function Applet_InvokeMethod (name, inputPropSet) { if(name == "ButtonClick") { inputPropSet.SetProperty("SWEMethod", "ShowPopup"); inputPropSet.SetProperty("SWETA", "Applet Name"); inputPropSet.SetProperty("SWEW", "300"); inputPropSet.SetProperty("SWEH", "100"); inputPropSet.SetProperty("SWESP", "true"); inputPropSet.SetProperty("SWEM", "Mode"); // Base, Edit, Edit List this.InvokeMethod("ShowPopup", inputPropSet); } }