Forum Moderators: open
If so, it may be that you are putting spaces in the features argument of the Window.open() method, perhaps like this:
window.open('page.html','popup','width=400, height=400, toolbar=yes');
Many browsers, including NS4, will ignore everything after the first space (I got caught out with this once).
The features list can be confusing: if you don't supply one, or if you supply an empty string, the result will be a fully-featured window. As soon as you supply any features at all, any you don't mention default to no. If toolbar=yes appears after a space, it will be ignored and default to no.
1. Made after the NS4, hence NS4 is very strict or outdated.
2. Some programmer decided to make a page generator littered with "look at me I have a degree in programming" code.
Or it could be a mixture of both. I dont know but he said he is going to clean it up.
Any suggestions if the problem presists.