Old 04-22-2006   #1 (permalink)
Registered User
 
ecntrc's Avatar
 

Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601
Images: 13

Send a message via Yahoo to ecntrc
PDF File Question

Ok, Ive added my PDF files but I am having a problem with it, when the link is clicked it opens as if it opening in acrobat but it opens inside my iframe. I put a target set for blank but it opened a whole new page but opened in the iframe. how can I get it to open up in the users acrobat? www.pacificexpos.com the first 4 links have the contract apps. labeled contract application
__________________
google is my lover, whos yours?

Last edited by ecntrc; 04-25-2006 at 11:07 PM.
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-25-2006   #2 (permalink)
Registered User
 
ecntrc's Avatar
 

Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601
Images: 13

Send a message via Yahoo to ecntrc
can anybody help me out please?
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-25-2006   #3 (permalink)
Registered User
 
scrowler's Avatar
 
Snake Champion!
Join Date: Feb 2004
Location: New Zealand
Posts: 590
Images: 7

Send a message via MSN to scrowler
this is because the browser will open the document in an acrobat plugin for your browser. there is a solution, but i don't know whether it's an html one. i know you can do it in PHP. you might have to link to say 'download_pdf.php':

Code:
<?php

$file = "yourfile.pdf";
header("Content-Disposition: attached");
header("Location: {$file}");

?>
not sure if thats the exact code but if you are interested i will dig out the proper code for you
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-26-2006   #4 (permalink)
Registered User
 
ecntrc's Avatar
 

Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601
Images: 13

Send a message via Yahoo to ecntrc
My clients host dosent use PHP so Id need another solution if you have one id be happy to hear it.. thanks i appreciate it
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 04-27-2006   #5 (permalink)
Registered User
 
ecntrc's Avatar
 

Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601
Images: 13

Send a message via Yahoo to ecntrc
nevermind got it.. you can close this one
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF file mary Adobe Photoshop 1 04-04-2008 06:29 AM
How do I know when to put the HTML tag in a PHP file? -|Neo|- HTML / PHP / ASP / JS 8 09-05-2007 03:06 AM
resoultion:file Hummingbird BioRUST Specific Threads 11 01-24-2007 01:50 AM
.PSD File Size Question Pho3niX Adobe Photoshop 10 04-27-2006 06:50 PM
P2p file shareing Djprayze General Discussions 3 08-20-2005 11:12 AM


All times are GMT +1. The time now is 08:11 AM.

Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT