Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 asp.net 页面(page1.aspx),里面有一个 iframe,在 iframe 里面我正在加载另一个页面(page2.aspx)。在那个页面(page2.aspx)里面我有一个按钮。当我单击该按钮时,jqModal 会弹出。它覆盖了 page2.aspx 中的 iframe。我怎样才能让 jqModal div 分配父页面(page1.aspx)的完整空间。
大概您必须将父页面的标识符一直传递到 jqModal div 并将其用作锚点。