I do see the script is running, but no message appears on the page.
Adds the toast notification control to the page. Toast messages will be shown when a new user notification or message is received.
<%@ Register TagPrefix="dnn" TagName="TOAST" Src="~/Admin/Skins/Toast.ascx" %> <dnn:TOAST runat="server" id="dnnToast" />
--- uid: toast locale: en title: TOAST Theme object dnnversion: 09.02.00 previous-topic: links next-topic: related-topics: theme-objects,themes,create-theme links: --- # TOAST Theme Object Introduction Adds the toast notification control to the page. Toast messages will be shown when a new user notification or message is received. **Current Version:** 01.00.00 ## Include in Theme ### ASCX ``` html <%@ Register TagPrefix="dnn" TagName="TOAST" Src="~/Admin/Skins/Toast.ascx" %> <dnn:TOAST runat="server" id="dnnToast" /> ``` ### HTML Token ### HTML Object Token ``` html ``` | Attribute | Description | Default | Posssible Values | DNN Version | | --- | --- | --- | --- | --- | ## Examples: ### Default ~~~html <dnn:TOAST runat="server" id="dnnToast" /> ~~~
<dnn:TOAST runat="server" id="dnnToast" />