html 点击链接 javascript 弹出新窗口固定大小,重复调用。请教高手,好人一生平安

2025-06-20 15:42:32
推荐回答(2个)
回答1:

window.open ("x.html", "newwindow", "height=100, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")
这句改成
window.open ("../11/"+x+".html", "newwindow", "height=100, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")

回答2:






11
22