[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

Reply via email to