Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Acrobat Files

Status
Not open for further replies.

rgee

Technical User
Jul 3, 2000
6
0
0
GB
Can anyone give me a clue as to how I can bring up an Acrobat file into the browser using a perl script?<br><br>I've tried;<br><br>print &quot;location.href='/drawings/2121022a.pdf'&quot;;<br><br>but it don't work. I guess that's not the way to do it!!<br><br><br>Thanks in advance.<br><br>Rob<br>(Not so TechnicalUser)
 
if u are using a perl script, i guess the correct syntax should be:<br><br>print &quot;Location: /drawings/2121022a.pdf\n\n&quot;;<br><br>if i'm not wrong, the statement u used in your message is a javascript. u should use a http header instead. <p>ttest<br><a href=mailto: > </a><br><a href= > </a><br>:) happy programming :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top