Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 8th, 2005, 08:13 AM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default display a pdf in a webpage

how do i display a pdf in a webpage?

I just want it to take the full size of the browser?

do i change the hyperlink?

Picco

www.crmpicco.co.uk
__________________
_______________________
Ayrshire Minis - a Mini E-Community
http://www.ayrshireminis.com
http://www.crmpicco.co.uk
 
Old February 8th, 2005, 08:18 AM
Authorized User
 
Join Date: Jun 2003
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Upload the pdf to the webserver and use the pdf file name in the hyperlink.

Example:
<a href="InfoFiles/WebHelp.pdf?">Website Help</a>

Pat

-------------------
System 3 2000 Limited
www.system3-2000.co.uk
 
Old February 8th, 2005, 08:45 AM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default

thanks for that.

although, i am now looking for the file 'linktest.pdf' to be displayed inside a small box or frame or something like that - in the center of the screen on a asp page called 'reg_terms.asp'. it is basically a user agreement that i want to have it agreed to or disagreed to.

would i use <iframe> or something like that? any ideas or tips are appreciated.

Picco

www.crmpicco.co.uk
 
Old February 8th, 2005, 09:59 AM
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default

<iframe src="linktest.pdf" width="600" height="600" scrolling="yes" name="content"></iframe>

The fix

www.crmpicco.co.uk





Similar Threads
Thread Thread Starter Forum Replies Last Post
display count results and image in webpage carswelljr SQL Language 2 April 19th, 2007 09:44 AM
VBA to create PDF from webpage ncarty97 Excel VBA 0 September 25th, 2006 02:48 PM
Display icon on a webpage rroohhiitt C# 3 February 24th, 2006 08:12 PM
How to display a access webpage on current date kenbeyond Access VBA 2 October 13th, 2005 06:42 AM
Show PDF without a webpage?? morpheus Classic ASP Basics 2 March 6th, 2004 09:05 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.