Popup window problem of PHP
Good afternoon everybody,
I have .php program which have a popup window for downloading some file, but the browser always block the popup window. Are there any methods to eliminate that blocker so that the popup can appear smoothly?
Thank you very much for all kind people's helps!
Steven
Re: Popup window problem of PHP
Moved from Classic VB. :)
Re: Popup window problem of PHP
If a browser popup blocker there is no way to get round this. The only way is to tell the user that they need to turn their popup blocker off.
Re: Popup window problem of PHP
This isn't even a PHP problem. Javascripts create the pop-ups, but john is right, there's no way to get around a pop-up blocker. Why do you need to use pop-ups anyways? Can't you just feed them the download from a regular page?