PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
okay... found out what's wrong.. the second parameter you are passing to window.open has a space in it.. I completely forgot about this. Window name designations cannot have spaces. This name is only used for referencing it in javascript, not in html. That's dictated by the page you are opening.