hi, i am writing a program that has to open a pdf file in firefox. It works just fine in IE (probably due to security settings) but when i try to open the file in firefox it does not do anything. The code that i am using:
$z = "file:///F:/test.pdf";
echo "<a href='$z'>[GO]</a>";
Maybe i have to use Javascript, or something similar. I would appreciate if somebody would tell me a way to make this work.
Thanks!