html部分
<button type="button" onclick="zx()"></button>
js部分
function zx() {
window.open("http://www.baidu.com/",'newWin','modal=yes,width=850,height=550');
}
效果:
文章来源:艾塔SEO
2024-02-28 11:11:52
html部分
<button type="button" onclick="zx()"></button>
js部分
function zx() {
window.open("http://www.baidu.com/",'newWin','modal=yes,width=850,height=550');
}
效果:
文章来源:艾塔SEO