我一直试图让这个窗口显示为弹出窗口。当我单击超链接时,它在字符 4 处给了我“无效参数”。
window.open("notifMsg.htm","My Notification","status=no,height=545,width=433,resizable=no,toolbar=no,menubar=no,scrollbars=no");
window.open("notifMsg.htm")
有效,但是一旦我添加更多参数,它就会不断给出无效的参数。我看过w3学校,这看起来是格式。
任何帮助将不胜感激!谢谢。