在 JavaScript 代码中有代码
newlyCreatedWindow = window.open(url, stageName, strWindowFeatures);
即使禁用了弹出窗口阻止,这也会失败并返回 NULL。
是否可以将 newCreatedWindow 设置为当前窗口?
在 JavaScript 代码中有代码
newlyCreatedWindow = window.open(url, stageName, strWindowFeatures);
即使禁用了弹出窗口阻止,这也会失败并返回 NULL。
是否可以将 newCreatedWindow 设置为当前窗口?