html中弹出框如何实现的

2024-12-15 00:12:20
推荐回答(2个)
回答1:

html中弹出框可以用window.open方法




function open_win() 
{
window.open("需要弹框的地址")
}







定义和用法

open() 方法用于打开一个新的浏览器窗口或查找一个已命名的窗口。

回答2:

你可以去了解一下artdialog
http://lab.seaning.com/
http://www.mb5u.com/jscode/html/ajax/426_artDialog2_0_4/