如何用JS编写在一个页面点击超链接时,弹出一个新窗口,并使之前窗口不可用???

2024-11-22 12:57:29
推荐回答(2个)
回答1:




纯CSS Lightbox效果



This is the main content. To display a lightbox click here


This is the lightbox content. Close
做歼


回答2:

function showDia1() { var url = window.showModalDialog("uploading.aspx", "广告扰前神页面"悔谨); if (url == null) { url = ""; } document.getElementById("txt").value = url; } 这个就可以啦 这是模式窗口!希望采缓亏纳