in reply to Re: Can't get Open Document popup window to appear
in thread Can't get Open Document popup window to appear
Thank you for your response. I'm not certain that this could be the problem, since as I mentioned (briefly in passing), when I save the generated source code into a file (using "View Page Source") and the plug that code into the browser, everything works exactly the way I need it to. It only fails when I am using the generated code from the Perl script, which was created with the PRINT command:
print "<a href=\"file:$filepath$path_ext\">$format</a></TD>\n";
resulting in this line in the HTML code:
<a href="file:/net/server/Docs/02.pdf">pdf</a></TD>
If the browser will not accept following to local file:// URIs, then why would this succeed when it comes from a source code file instead of automatically generated code?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't get Open Document popup window to appear
by Corion (Patriarch) on Sep 23, 2011 at 18:30 UTC | |
by milliken (Initiate) on Sep 23, 2011 at 21:29 UTC | |
by Corion (Patriarch) on Sep 23, 2011 at 21:59 UTC |