Mar 2, 2005 #1 SuaveRick Programmer Apr 12, 2004 142 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`
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`
Mar 2, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Sure - use this: Code: <a href="yourfile.pdf" target="_blank">link</a> Hope this helps, Dan Upvote 0 Downvote
Mar 2, 2005 Thread starter #3 SuaveRick Programmer Apr 12, 2004 142 CA Thanks Dan, that's what I was looking for! Suave` Upvote 0 Downvote