Hi,
I am having a printing issue that I hope someone here can help me with. I have a document (that redirects to another document & loads some iframes in it) I want to print. When I navigate to this document from a view (IE 7) I can print & see parent & children iframes as laid out by my print.css no problem. However in my outline instead of opening the view directly I need to call a JS function that does a few things & then I have a location.href to go to the view. In testing, I have commented out everything else besides the location.href line so I am pretty sure that is the cause. when I click on this outline link that calls the function that uses location.href to call my view & then navigate to a document that has the iframes & then print, only the parent is printing & then a second blank page is printing. No iframe content. I looked at the properties of the view being loaded by my function & the URL is fine - I event then put this url in browser & went to document & it prints fine. Any ideas on what I am doing wrong? or how I can fix? Thanks!