Hi Everyone,
I'm trying to call dnn modal on click of a link by passing string query parameter to the link in other to retreive from information from the page linking to. here is my href code:
<a href="javascript:dnnModal.show('<%#DotNetNuke.Common.Globals.NavigateURL("/ViewFleetTerminal","Id=" + Request.QueryString["Id"].ToString()) + "?popUp=true" %>',false,550,950,true)">Click Me!</a>
if i click the link, the modal appear without any content. and if i point my mouse to the link, this is the url that its showing
javascript:dnnModal.show(''?popUp=true,false,550,950,true)