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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make PDF open in new window but not get blocked?

Status
Not open for further replies.

SuaveRick

Programmer
Joined
Apr 12, 2004
Messages
142
Location
CA
Can a person make a link to a pdf file open in a new window without it getting blocked? I've seen this a few times but don't know how to do it.

Thanks,

Suave`
 

Sure - use this:

Code:
<a href="yourfile.pdf" target="_blank">link</a>

Hope this helps,
Dan

 
Thanks Dan, that's what I was looking for!

Suave`
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top