我的代碼:使用window.open打開裏面的div任何頁面中JavaScript
var flashlaunchserver="http://devonestopdigital.s3.amazonaws.com/";
現在我打開了新的窗口,如:
window.open(flashlaunchserver, "_blank",'left=0,top=0,width=1010,height=700,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,fullscreen=no,directories=no', false);
它是在新的窗口,但我打開想在div標籤裏打開這個window.open。
有什麼辦法。
恐怕你應該使用幀或iframe的 – Onheiron