您的位置首页生活百科

showModalDialog 和 window.open 有什么区别

showModalDialog   和 window.open 有什么区别

window.open是打开新窗口window.showModalDialog(URL,dialogArgments.features) 打开一个新窗口 URL为要开启的网页。 dialogArgments为设定好传递给新罩辩简视窗网页的参数,可以为任意数物裤据类型。 feature 与open()的类似,都是格式方面的设定。调用格式为featureName1:featureValue1:(分号)featureName2:featureValue2: certer , dialogHeight, dialogLeft,dialogTop,dialogWidth,help(是否显示help按钮,下同)灶前,status,resizeable 值=1为yes,0为no. 我认为最重要的是dialogArgments,可以传递值到新的窗口。 第二重要就是 它的返回值 window.returnValue.可以在showModalDialog开启的窗口关闭后前,回传一个任意类型的值