G
Guest
Hello,
A .NET 1.1 web app...
I create a hyperlink with a complete filename, and the target is for a new
window to open. Right now the filenames are all PDF files.
Everything works fine, the PDF opens in a new window - until a filename
containing a # sign is clicked. A window still opens up but I get the
dreaded 'Page cannot be displayed' error. I wrapped the filename around the
encode method so that the # sign is properly encoded, but the error persists!!
The user can right click on the link, save the file to their hard drive and
when they double click on that file, naturally Acrobat Reader opens the file
with no problem.
Any help on this? What can I do to ge the file to open on a hyperlink click?
Thanks in advance - Hedge
A .NET 1.1 web app...
I create a hyperlink with a complete filename, and the target is for a new
window to open. Right now the filenames are all PDF files.
Everything works fine, the PDF opens in a new window - until a filename
containing a # sign is clicked. A window still opens up but I get the
dreaded 'Page cannot be displayed' error. I wrapped the filename around the
encode method so that the # sign is properly encoded, but the error persists!!
The user can right click on the link, save the file to their hard drive and
when they double click on that file, naturally Acrobat Reader opens the file
with no problem.
Any help on this? What can I do to ge the file to open on a hyperlink click?
Thanks in advance - Hedge