View Single Post

Old 07-02-2009, 07:01 PM   # 4
klbarr29
Member
 
Join Date: Jul 2009
Location: Ogden, UT
Age: 33
Posts: 8
Send a message via Skype™ to klbarr29
Default Re: Hyperlinking to Documents


Well I found out that the code I gave above works for IE 7 or above. However, it isn't the best if using IE 6. So I'm posting a different code set to be used for IE 6.

<html>
<body onload="window.opener = ''; window.open('http://www.irs.gov/pub/irs-pdf/f1040.pdf'); window.close();">
</body>
</html>


So if you are using IE 6 at work, you may want to try this code here. If you are using IE 7 or greater, then use the code from my first post.

Let me know if this helped.

Kelly Barrett
klbarr29 is offline  
Reply With Quote