I'm trying to figure out a way to remove the toolbar, scrollbars, location, statusbar ,menubar, and resizable option from a new popup window using PHP. All the scripts I've found have used javascript. Is there anyway to do it with PHP? Thanks
DeusVult wrote:Is there anyway to do it with PHP?
Is there anyway to do it with PHP?
No.
PHP is a serverside language it doesn't know anything about client-side technology. You need client-side scripting, such as javascript, to control browser behaviour.