Hi!. I'm writing a problem that most of my users have on my website. I have to open a new window by using the javascript window.open method. This works fine but after 3 or 4 months out on the web some users have written to me that they can't see my website (the one that opens on a new window). I think that may be they have these programs that blocked pop ups but they can't tell me that because most of these users don't remember intalling a program that does that.
To explain a little bit about the code I use, I simply call a function on the ONLOAD HTML method that calls a JavaScript function. This Javascript function then calls the window.open method to open a new window.
I just want to know if I did something that does't work after a while using it and also if there are any programs around that can tell you if you have your pop up windows blocked. Thank you!