I've been trying to get this window to show up as a pop up. When I click on the hyperlink, it gives me "Invalid argument" at character 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")
works, but once I add more parameters it keeps giving invalid argument. I've looked at w3 schools and this looks to be the format.
Any help would be greatly appreciated! Thanks.