Hi,
In Dnn i want to display a popup onload of a module.Now im getting a popup in onclick event of a hyperlink,
If i change onclick event to onload event, popup is not coming
This is my code,
lkbButton.Attributes.Add("onclick", "return " + UrlUtils.PopUpUrl(Globals.NavigateURL("popup", "mid=" + this.ModuleId), this, PortalSettings, true, false, 390, 670));
Needed Help,