javascript 弹出窗口 window.open
window.open()支持环境:
JavaScript1.0+/JScript1.0+/Nav2+/IE3以上版本+/Opera3+Fireforx
基本语法:
window.open(pageURL,name,parameters)
其中:
pageURL 为子窗口路径
name 为子窗口句柄
parameters 为窗口参数(各参数用逗号分隔)
window.open(url,name,features,replace)
Arguments - 参数
评论已关闭