PHP: Possible to have it open Firefox Window TABS?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
camarosource
Forum Commoner
Posts: 77
Joined: Sat Aug 03, 2002 10:43 pm

PHP: Possible to have it open Firefox Window TABS?

Post 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!
User avatar
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?

Post by aceconcepts »

I would imagine the state of the tab's "focus" is down to the browser settings.
Post Reply