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.
我正在使用 jquery 和 Visual Studio 2010。
我在里面使用了 div 和 PlaceHolder。
我能够在我的 Div 中呈现网页。
但是当我使用像 www.google.com 这样的网站时,页面顶部的菜单栏不会在我的 div 中呈现,它会在我的 aspx 页面中继承。
我不想使用 iframe。是否有任何替代方案可以实现这一目标。
请帮帮我。
尝试用 iframe 替换您的 DIV - 它旨在包含外部内容,这听起来像是您正在尝试做的事情。