window.open问题
window.open(\'text.htm\',\'参数\',\'scrollbars=no,resizable=no,left=500,top=500,width=500,height=400\')
打开了一个新窗口 可是每次都刷新父页 如何做到不刷新父页
参考答案:window.open会刷新父窗口吗~?~?
我的怎么不刷新父窗口~?
你表单提交的的submit的type 是"submit" 还是"button" 如果是"button"改成"submit"
window.open(\'text.htm\',\'参数\',\'scrollbars=no,resizable=no,left=500,top=500,width=500,height=400\')
打开了一个新窗口 可是每次都刷新父页 如何做到不刷新父页
参考答案:window.open会刷新父窗口吗~?~?
我的怎么不刷新父窗口~?
你表单提交的的submit的type 是"submit" 还是"button" 如果是"button"改成"submit"