cecilcheah
Programmer
Hi all:
I have an ASP page with hyperlink values fetched from a database to open PDF file located in an Intranet. However, i would like to show the PDF file embedded in an HTML page, so i would like to open this html page from the existing ASP page. However, the database only have the name and location of the pdf file. So, in a perfect world, i would like to send this PDF name and location from the first asp page to another ASP page which contains the embedded pdf object. The second ASP page will accept the value from the first asp page so it will know where and what the pdf file
is.
So the question is, how do i do that. Since i will not be able to know in the first ASP page what the user will click.
Thanks
Cecil
I have an ASP page with hyperlink values fetched from a database to open PDF file located in an Intranet. However, i would like to show the PDF file embedded in an HTML page, so i would like to open this html page from the existing ASP page. However, the database only have the name and location of the pdf file. So, in a perfect world, i would like to send this PDF name and location from the first asp page to another ASP page which contains the embedded pdf object. The second ASP page will accept the value from the first asp page so it will know where and what the pdf file
is.
So the question is, how do i do that. Since i will not be able to know in the first ASP page what the user will click.
Thanks
Cecil