RE: open a secondary window/tab in the browser from php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
  not html target, pdf window.... so it can be saved and printed 
separately form the application.
[/snip]

You have to use an anchor tag's target attribute to open the new tab or
window (PHP is server-side and cannot do this);

<a href="/path/to/my.pdf" target="_blank"> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux