I have a code like this:
<object>
. . .
<param name="url" value="http://box.net/test/datefile.pdf">
. . .
</object>
I want to add php code in the value of the param tag.
(i.e value="http://box.net/test/datefile.pdf" this should be replaced by php code)
If the pdf file is called as test.pdf how to add in the above jsp code using php?
Thanks –
Haan
Params are easy – just add
Like this:
I assume that PDF file there is actually a PHP script right?