Page 1 of 1

PHP: Possible to have it open Firefox Window TABS?

Posted: Wed May 14, 2008 8:47 pm
by camarosource
Is there a way to program php to execute a "load new window TAB" and open a specific URL in that window while not leaving the window you're currently in?

Basically I have a php script that execute MYSQL inquiries to load information on a page. While it jumps to each row to get the information i'd like for it to open a new windows TAB (Firefox) but still be in the first window as it continues to cycle thru the rows.

Any examples? thanks very much!

Re: PHP: Possible to have it open Firefox Window TABS?

Posted: Thu May 15, 2008 3:55 am
by aceconcepts
I would imagine the state of the tab's "focus" is down to the browser settings.