网页html公告代码 求一个简单html代码,弹出窗口关不掉、其他东西不能点的代码?

求一个简单html代码,弹出窗口关不掉、其他东西不能点的代码?Showmodeldialog()(ie 4支持)showmodelessdialog()(ie 5支持)window.showmodal

求一个简单html代码,弹出窗口关不掉、其他东西不能点的代码?

Showmodeldialog()(ie 4支持)

showmodelessdialog()(ie 5支持)window.showmodal对话框()方法用于创建显示HTML内容的模式对话框。

window.showModelessDialog()方法用于创建显示HTML内容的无模式对话框。

用法:

vreturnvalue=window.showmodal对话框(sURL[,vArguments][,sFeatures])

vReturnValue=window.showModelessDialog(sURL[,vArguments][,sFeatures])