fopen -- opens file, then mozilla will remove focus from doc

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
mparker1113
Forum Commoner
Posts: 28
Joined: Wed Apr 05, 2006 9:39 am

fopen -- opens file, then mozilla will remove focus from doc

Post by mparker1113 »

Hi,

I have an option for users to open documents, (pdf, doc). IE works well with this, but Mozilla Firefox seems to open the file then remove focus from that file and return to the page from which the file was opened.

I am afraid that non-savvy users will not recognize to alt-tab back to the document. Is ther anyway to ensure that the opened file recieves focus ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

not with php.
Post Reply