Title Bar Question

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
mendenha
Forum Newbie
Posts: 19
Joined: Tue Jan 12, 2010 2:24 pm

Title Bar Question

Post by mendenha »

You can check out my site here...

You'll notice that when you click on a menu to view it; the title bar and URL bar will show you the entire path to the file. I was wondering if it was possible to change the title bar to just say the name of the menu you clicked on. I hope I'm using my terms correctly. :)
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Title Bar Question

Post by AbraCadaver »

Not possible. This is a function of the browser and/or the plugin that shows the PDF in the browser. I use Firefox on Linux and I don't even view the menu in the browser, it is downloaded.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Title Bar Question

Post by AbraCadaver »

AbraCadaver wrote:Not possible. This is a function of the browser and/or the plugin that shows the PDF in the browser. I use Firefox on Linux and I don't even view the menu in the browser, it is downloaded.
It might be possible to open it in a frame set or iframe in an HTML page which would work.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
mendenha
Forum Newbie
Posts: 19
Joined: Tue Jan 12, 2010 2:24 pm

Re: Title Bar Question

Post by mendenha »

AbraCadaver wrote:
AbraCadaver wrote:Not possible. This is a function of the browser and/or the plugin that shows the PDF in the browser. I use Firefox on Linux and I don't even view the menu in the browser, it is downloaded.
It might be possible to open it in a frame set or iframe in an HTML page which would work.
That may be what I try next. Thank you again.
Post Reply