How can i make a link in my aspx file open a PDF Files?
Thx in Advancespecify the navigateURL to the pdf file if you are using hyperlink control?
--
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
news:#SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> Hi Everyone
> How can i make a link in my aspx file open a PDF Files?
> Thx in Advance
Doesn't it open when you just click it?
Eliyahu
"Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> Hi Everyone
> How can i make a link in my aspx file open a PDF Files?
> Thx in Advance
Thx for ur reply
it open in the browser
i want it to be stand alone
"Eliyahu Goldin" <removemeegoldin@.monarchmed.com> wrote in message
news:uoLI7OmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> Doesn't it open when you just click it?
> Eliyahu
> "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > Hi Everyone
> > How can i make a link in my aspx file open a PDF Files?
> > Thx in Advance
i think you can use a link like this:
<a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a
"Eliyahu Goldin" wrote:
> Doesn't it open when you just click it?
> Eliyahu
> "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > Hi Everyone
> > How can i make a link in my aspx file open a PDF Files?
> > Thx in Advance
>
it still open in the browser
"Jason" <Jason@.discussions.microsoft.com> wrote in message
news:D7A2FC4E-12B2-46B9-BED0-8A11E8C25419@.microsoft.com...
> i think you can use a link like this:
> <a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a>
> "Eliyahu Goldin" wrote:
> > Doesn't it open when you just click it?
> > Eliyahu
> > "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> > news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > > Hi Everyone
> > > How can i make a link in my aspx file open a PDF Files?
> > > Thx in Advance
> >
its depends on client browser whether it has the acrobat plugin or not.
--
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
news:#6KlhumjEHA.1404@.TK2MSFTNGP09.phx.gbl...
> it still open in the browser
> "Jason" <Jason@.discussions.microsoft.com> wrote in message
> news:D7A2FC4E-12B2-46B9-BED0-8A11E8C25419@.microsoft.com...
> > i think you can use a link like this:
> > <a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a>
> > "Eliyahu Goldin" wrote:
> > > Doesn't it open when you just click it?
> > > > Eliyahu
> > > > "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> > > news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > > > Hi Everyone
> > > > How can i make a link in my aspx file open a PDF Files?
> > > > Thx in Advance
> > > > > > >
Mariame:
PDF file is having the default property of opening in Browser window when
you open it using a url. It will open as a standalone onlye when u open it
from your system.
You can configure the Reader so that it opens the files in the external
Reader (as a helper application). I assume you are using Windows, and the
latest release of the Reader. Go to "Edit>Preferences>General", then select
the "Internet" category and uncheck the "Display PDF in Browser" setting.
Sorry if double posting happens, I see error while posting first time
(Reference:
http://www.experts-exchange.com/Web...Q_21102005.html)
"Mariame" wrote:
> it still open in the browser
> "Jason" <Jason@.discussions.microsoft.com> wrote in message
> news:D7A2FC4E-12B2-46B9-BED0-8A11E8C25419@.microsoft.com...
> > i think you can use a link like this:
> > <a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a>
> > "Eliyahu Goldin" wrote:
> > > Doesn't it open when you just click it?
> > > > Eliyahu
> > > > "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> > > news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > > > Hi Everyone
> > > > How can i make a link in my aspx file open a PDF Files?
> > > > Thx in Advance
> > > > > > > >
Mariame:
PDF file is having the default property of opening in Browser window when
you open it using a url. It will open as a standalone onlye when u open it
from your system.
You can configure the Reader so that it opens the files in the external
Reader (as a helper application). I assume you are using Windows, and the
latest release of the Reader. Go to "Edit>Preferences>General", then select
the "Internet" category and uncheck the "Display PDF in Browser" setting.
(Reference:
http://www.experts-exchange.com/Web...Q_21102005.html)
"Mariame" wrote:
> it still open in the browser
> "Jason" <Jason@.discussions.microsoft.com> wrote in message
> news:D7A2FC4E-12B2-46B9-BED0-8A11E8C25419@.microsoft.com...
> > i think you can use a link like this:
> > <a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a>
> > "Eliyahu Goldin" wrote:
> > > Doesn't it open when you just click it?
> > > > Eliyahu
> > > > "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> > > news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > > > Hi Everyone
> > > > How can i make a link in my aspx file open a PDF Files?
> > > > Thx in Advance
> > > > > > > >
disable / remove the plugin and it should act as standalone. though you dont
have control over individual browsers.. except you own one.
--
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Hermit Dave" <hermitd.REMOVE@.CAPS.AND.DOTS.hotmail.com> wrote in message
news:#h1Y32mjEHA.1048@.tk2msftngp13.phx.gbl...
> its depends on client browser whether it has the acrobat plugin or not.
> --
> Regards,
> Hermit Dave
> (http://hdave.blogspot.com)
> "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> news:#6KlhumjEHA.1404@.TK2MSFTNGP09.phx.gbl...
> > it still open in the browser
> > "Jason" <Jason@.discussions.microsoft.com> wrote in message
> > news:D7A2FC4E-12B2-46B9-BED0-8A11E8C25419@.microsoft.com...
> > > i think you can use a link like this:
> > > <a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a>
> > > > "Eliyahu Goldin" wrote:
> > > > > Doesn't it open when you just click it?
> > > > > > Eliyahu
> > > > > > "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> > > > news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > > > > Hi Everyone
> > > > > How can i make a link in my aspx file open a PDF Files?
> > > > > Thx in Advance
> > > > > > > > > > > >
is there any other way to open PDF file without URL so i dont have to change
in acrobat setting to make it stand alone not loaded in a brouser?????
Thx in Advance
"Kiran Mayee" <KiranMayee@.discussions.microsoft.com> wrote in message
news:CD615CCC-22A7-4FDA-AC0A-76B3884BE46F@.microsoft.com...
> Mariame:
> PDF file is having the default property of opening in Browser window when
> you open it using a url. It will open as a standalone onlye when u open it
> from your system.
> You can configure the Reader so that it opens the files in the external
> Reader (as a helper application). I assume you are using Windows, and the
> latest release of the Reader. Go to "Edit>Preferences>General", then
select
> the "Internet" category and uncheck the "Display PDF in Browser" setting.
> (Reference:
http://www.experts-exchange.com/Web...Q_21102005.html)
>
> "Mariame" wrote:
> > it still open in the browser
> > "Jason" <Jason@.discussions.microsoft.com> wrote in message
> > news:D7A2FC4E-12B2-46B9-BED0-8A11E8C25419@.microsoft.com...
> > > i think you can use a link like this:
> > > <a href="http://links.10026.com/?link=abc.pdf">Open PDF File</a>
> > > > "Eliyahu Goldin" wrote:
> > > > > Doesn't it open when you just click it?
> > > > > > Eliyahu
> > > > > > "Mariame" <Mariame_Waguih@.yahoo.com> wrote in message
> > > > news:%23SorFHmjEHA.156@.TK2MSFTNGP10.phx.gbl...
> > > > > Hi Everyone
> > > > > How can i make a link in my aspx file open a PDF Files?
> > > > > Thx in Advance
> > > > > > > > > > > >
0 comments:
Post a Comment