Re: [PHP] Closing tab in Firefox

2011-03-15 Thread Marc Guay
Quick googling came up with this: http://www.yournewdesigner.com/css-experiments/javascript-window-close-firefox.html Maybe try the JS mailing list if that doesn't take you down the right road. PHP can't manipulate the browser. Marc -- PHP General Mailing List (http://www.php.net/) To unsubsc

Re: [PHP] Closing tab in Firefox

2011-03-15 Thread Daniel Brown
On Tue, Mar 15, 2011 at 12:15, Alexis wrote: > > I have tried google and all I come up with is closing the entire browser and > not just a tab. > > Any suggestions really woudl be most appreciated That's a JavaScript question. PHP is only server-side, not client- (browser-) side. -- Netwo