christheprogrammer
Programmer
Hi all,
How do you make a pdf file open automatically on a web page? I have found that making a hyperlink point directly to the filename works, as well as (in VB):
Response.Redirect("But, this only works on the development machine, as soon as I try it from another machine on the domain, the link fails. Is this related to absolute/relative addresses? If so, what is the format for the addresses?
Thanks a million Chris
How do you make a pdf file open automatically on a web page? I have found that making a hyperlink point directly to the filename works, as well as (in VB):
Response.Redirect("But, this only works on the development machine, as soon as I try it from another machine on the domain, the link fails. Is this related to absolute/relative addresses? If so, what is the format for the addresses?
Thanks a million Chris