iframe中链接新窗口打开

对于iframe不能在新窗口打开


1.添加 target="_blank"

"http://localhost:8080/HTMLPage.htm" target="_blank">This Page Link

2.javascript

window.location.href='http://localhost:8080/HTMLPage.htm'; 

你可能感兴趣的:(服务化&架构)