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
|