|
 |
asp_web_howto thread: PDF files
Message #1 by "Carlos Lamar" <lamar@s...> on Tue, 4 Jun 2002 16:01:36 -0700
|
|
Hello!
We need to create an ASP page where users are given the option to
download a PDF file. How can we set this up? Your input will be
greatly appreciated!
---Carlos
____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *: xxx.xxx.xxxx
> *: xxx.xxx.xxxx (FAX)
> *: clamar@s...
> u http://www.snyder-newell.com/
>
>
>
Message #2 by "TomMallard" <mallard@s...> on Tue, 4 Jun 2002 16:13:51 -0700
|
|
You can just use an anchor tag...
<a href="pdfFileName.pdf">open pdf file</a>
This will open within the browser, if you want a true download, zip the
files...saves a lot of hassles.
HTH,
tom mallard
seattle
-----Original Message-----
From: Carlos Lamar [mailto:lamar@s...]
Sent: Tuesday, June 04, 2002 4:02 PM
To: ASP Web HowTo
Subject: [asp_web_howto] PDF files
Hello!
We need to create an ASP page where users are given the option to
download a PDF file. How can we set this up? Your input will be
greatly appreciated!
---Carlos
____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *: xxx.xxx.xxxx
> *: xxx.xxx.xxxx (FAX)
> *: clamar@s...
> u http://www.snyder-newell.com/
>
>
>
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #3 by "Carlos Lamar" <lamar@s...> on Tue, 4 Jun 2002 16:21:25 -0700
|
|
Thanks, Tom... is there a need for some sort of plug-in? or will any
browser automatically open the file?
---Carlos
____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *: xxx.xxx.xxxx
> *: xxx.xxx.xxxx (FAX)
> *: clamar@s...
> u http://www.snyder-newell.com/
>
>
>
> ----------
> From: TomMallard[SMTP:mallard@s...]
> Reply To: ASP Web HowTo
> Sent: Tuesday, June 04, 2002 4:13 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] RE: PDF files
>
> You can just use an anchor tag...
>
> <a href=3D"pdfFileName.pdf">open pdf file</a>
>
> This will open within the browser, if you want a true download, zip
> the
> files...saves a lot of hassles.
>
> HTH,
>
> tom mallard
> seattle
>
> -----Original Message-----
> From: Carlos Lamar [mailto:lamar@s...]
> Sent: Tuesday, June 04, 2002 4:02 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] PDF files
>
>
> Hello!
>
> We need to create an ASP page where users are given the option to
> download a PDF file. How can we set this up? Your input will be
> greatly appreciated!
> ---Carlos
>
> ____________________________________________________
> Carlos L. LaMar
> Executive VP, IS & Management Development
> snyder/newell, inc.
> > *: xxx.xxx.xxxx
> > *: xxx.xxx.xxxx (FAX)
> > *: clamar@s...
> > u http://www.snyder-newell.com/
> >
> >
> >
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogram
> me
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogram
> me
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogram
> me
> r-20
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogram
> me
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogram
> me
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogram
> me
> r-20
>
Message #4 by "TomMallard" <mallard@s...> on Tue, 4 Jun 2002 18:09:51 -0700
|
|
IE and NS v4 and above should be OK, others may require a plug-in.
tom
-----Original Message-----
From: Carlos Lamar [mailto:lamar@s...]
Sent: Tuesday, June 04, 2002 4:21 PM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: PDF files
Thanks, Tom... is there a need for some sort of plug-in? or will any
browser automatically open the file?
---Carlos
____________________________________________________
Carlos L. LaMar
Executive VP, IS & Management Development
snyder/newell, inc.
> *: xxx.xxx.xxxx
> *: xxx.xxx.xxxx (FAX)
> *: clamar@s...
> u http://www.snyder-newell.com/
>
>
>
> ----------
> From: TomMallard[SMTP:mallard@s...]
> Reply To: ASP Web HowTo
> Sent: Tuesday, June 04, 2002 4:13 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] RE: PDF files
>
> You can just use an anchor tag...
>
> <a href="pdfFileName.pdf">open pdf file</a>
>
> This will open within the browser, if you want a true download, zip
> the
> files...saves a lot of hassles.
>
> HTH,
>
> tom mallard
> seattle
>
> -----Original Message-----
> From: Carlos Lamar [mailto:lamar@s...]
> Sent: Tuesday, June 04, 2002 4:02 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] PDF files
>
>
> Hello!
>
> We need to create an ASP page where users are given the option to
> download a PDF file. How can we set this up? Your input will be
> greatly appreciated!
> ---Carlos
>
> ____________________________________________________
> Carlos L. LaMar
> Executive VP, IS & Management Development
> snyder/newell, inc.
> > *: xxx.xxx.xxxx
> > *: xxx.xxx.xxxx (FAX)
> > *: clamar@s...
> > u http://www.snyder-newell.com/
> >
> >
> >
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogram
> me
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogram
> me
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogram
> me
> r-20
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogram
> me
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogram
> me
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogram
> me
> r-20
>
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |