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!
PHP: Possible to have it open Firefox Window TABS?
Moderator: General Moderators
-
camarosource
- Forum Commoner
- Posts: 77
- Joined: Sat Aug 03, 2002 10:43 pm
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: PHP: Possible to have it open Firefox Window TABS?
I would imagine the state of the tab's "focus" is down to the browser settings.