http://www.linuxquestions.org – I have a web page that has links to a php script that sends pdf files to the browser when clicked. The links are like this: Code: <a href="getfile.php?id=1201234"> The files sent are shown embedded in the browser, which is what I want. The problem is: the title of the browser window or tab in which the pdf file is opened is "getfile.php?id=1201234"), and not the actua (HowTos)