Hi,
I have a site that requires I generate a “savable/printable version of the page. I am doing this with a ‘document.write’ generated new windows.
Here is a link:
http://learningsourceltd.com/macmillanmh/math/skills/skill_template_static.asp?Grade=4&Skill_ID=117
Click ‘save to Disk’, then ‘File - Save As’ on that window to see what I mean.
This is working fine for IE and Netscape on PC and Mac, but I am getting strange behavior with Safari.
I can pop the windows and view it normally but there is no information when I try to save it or “view source. Strangely, if I save it as a web archive and then open it locally, I can then view the source but nothing shows in the browser.
I thought it might be a charset issue and tried many different settings to no avail. I also tried just popping a simple window with only one line of text and get the same result.
My best guess is that the issue is due to the fact that the newly generated window is a child of the original that does not have a path or title that Safari can recognize.
Thank you in advance for your help.