有人知道我如何在框架或 iframe 中打开网站 www.walmart.com.br?
每次我调用此 URL 时,网站都会以全尺寸打开。
那是我的代码:
<FRAMESET ROWS="50%,*" FRAMEBORDER="0" FRAMESPACING="0">
<FRAME SRC="http://www.my-web-site-url.com/" NAME="superior" NORESIZE SCROLLING="NO">
<FRAME SRC="http://www.walmart.com.br" NAME="central" NORESIZE SCROLLING="NO">
</FRAMESET>
我也用过:
<base target="_self" />