我正在使用 jquery 进行模式对话框。我想从一页打开模型对话框并将一些额外的查询字符串发送到模式对话框页面。像这样的东西:
<asp:HyperLink ID="hypClientSearch" runat="server" NavigateUrl="~/SomePage.aspx?KeepThis=true&additionalQS='<%= txtBox.Text %>'&TB_iframe=true&height=650&width=800&modal=true" CssClass="thickbox" >
这个例子不起作用。有谁知道解决方案?