Date: Sat, 28 Feb 2009 18:24:18 -0500
Reply-To: Arthur Tabachneck <art297@NETSCAPE.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Arthur Tabachneck <art297@NETSCAPE.NET>
Subject: Re: ODS HTML Link to an external file does not work
M,
If you provide some code, you will probably get better feedback.
That said, have you tried to incorporate something like:
ods pdf file="score08.pdf" path="yourpathname" (url=none)
Art
---------
On Sat, 28 Feb 2009 10:44:20 -0800, Manoj <mtamboli@GMAIL.COM> wrote:
>Hello,
>
>I am creating an HTML report with a link to a pdf version for the same
>report.
>I have tried two alternatives below to create a link to the pdf and
>both do not seem to work. I am using SAS 9.1.3.
>
>ods escapechar='^';
>
>A) ods html text="^S={just=right url='score08.pdf'}View Printable
>Version";
>
>B) title1 link="^S={url='score08.pdf'}View Printable Version";
>
>Any suggestions or pointers.
>
>Appreciate your help in advance.
>
>Thanks,
>
>M
|