I made a javascript function that works through a link. The function uses the age old window.open method to create a popup when the link is clicked. Only one thing bugs me. When I test in on my computer it's perfect, but on the server it seems as though the status feature setting is being ignored. I tried setting status to "no" and to "0". No matter what, the status bar shows on the popup when viewing it as-is on the server. It looks fine on my computer.

What gives?