0
我想通過將字符串查詢參數傳遞給其他鏈接中的鏈接來點擊鏈接來調用dnn模式以從鏈接到的頁面中獲取信息。這裏是我的HREF代碼:需要幫助使用dotnotnuke模式
<a href="javascript:dnnModal.show('<%#DotNetNuke.Common.Globals.NavigateURL("/ViewFleetTerminal","Id=" + Request.QueryString["Id"].ToString()) + "?popUp=true" %>',false,550,950,true)">Click Me!</a>
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)
Please is there anyone that can help. thank you